We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 772bcef + cd0dfbc commit 835dacaCopy full SHA for 835daca
Rnw.nanorc
@@ -16,7 +16,7 @@ color green "(class|extends|goto) ([a-zA-Z0-9_]*)"
16
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}"
17
18
# Functions
19
-color blue "([a-zA-Z0-9_\-$\.]*)\("
+color blue "([a-zA-Z0-9_$.-]*)\("
20
21
# Variables
22
color magenta "[a-zA-Z_0-9]* <\-"
0 commit comments