1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-28 00:49:52 +02:00

Merge pull request #45 from cuplizian/master

Remove lazy operator for OS X compatibility
This commit is contained in:
Anthony Scopatz 2014-10-05 10:43:48 -07:00
commit 7a6608a5f4

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