mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ color green "(\;\;|\|\||::|=>|->)"
|
|||
# Online Comments
|
||||
color brightyellow "(#.*|//.*)$"
|
||||
# STRINGS!
|
||||
color red "('[^']*?')|(\"[^\"]*?\")"
|
||||
color red "('[^']*')|(\"[^\"]*\")"
|
||||
# Inline Variables
|
||||
color white "\{\$[^}]*\}"
|
||||
# PHP Tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue