mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Remove lazy operator for OS X compatibility
Should work well as of pull request #14
This commit is contained in:
parent
44d0c55b36
commit
146c3848b5
@ -27,7 +27,7 @@ color green "(\;\;|\|\||::|=>|->)"
|
|||||||
# Online Comments
|
# Online Comments
|
||||||
color brightyellow "(#.*|//.*)$"
|
color brightyellow "(#.*|//.*)$"
|
||||||
# STRINGS!
|
# STRINGS!
|
||||||
color red "('[^']*?')|(\"[^\"]*?\")"
|
color red "('[^']*')|(\"[^\"]*\")"
|
||||||
# Inline Variables
|
# Inline Variables
|
||||||
color white "\{\$[^}]*\}"
|
color white "\{\$[^}]*\}"
|
||||||
# PHP Tags
|
# PHP Tags
|
||||||
|
Loading…
Reference in New Issue
Block a user