1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-27 16:39: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
color brightyellow "(#.*|//.*)$"
# STRINGS!
color red "('[^']*?')|(\"[^\"]*?\")"
color red "('[^']*')|(\"[^\"]*\")"
# Inline Variables
color white "\{\$[^}]*\}"
# PHP Tags