1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 16:45:40 +01:00

Remove lazy operator for OS X compatibility

Should work well as of pull request #14
This commit is contained in:
Ian Mustafa 2014-10-05 07:42:44 +07:00
parent 44d0c55b36
commit 146c3848b5

View File

@ -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