mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 00:25:39 +01:00
Merge pull request #248 from vpont/master
Fix regex error in Rnw.nanorc
This commit is contained in:
commit
71b75641f6
@ -16,7 +16,7 @@ color green "(class|extends|goto) ([a-zA-Z0-9_]*)"
|
||||
color green "[^a-z0-9_-]{1}(var|class|function|echo|case|break|default|exit|switch|if|else|elseif|endif|foreach|endforeach|@|while|public|private|protected|return|true|false|null|TRUE|FALSE|NULL|const|static|extends|as|array|require|include|require_once|include_once|define|do|continue|declare|goto|print|in|namespace|use)[^a-z0-9_-]{1}"
|
||||
|
||||
# Functions
|
||||
color blue "([a-zA-Z0-9_-.$]*)\("
|
||||
color blue "([a-zA-Z0-9_\-$\.]*)\("
|
||||
|
||||
# Variables
|
||||
color magenta "[a-zA-Z_0-9]* <\-"
|
||||
|
Loading…
Reference in New Issue
Block a user