Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/serialhex/nano-highlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorserialhex <serialhex@gmail.com>2017-07-24 19:39:33 +0300
committerGitHub <noreply@github.com>2017-07-24 19:39:33 +0300
commit573e9267dc4415a0fadb817f032dca84a675992f (patch)
tree2a713e6a4392775fd63cb17a484733b6fa2540aa
parente951795a32b00fef714364f0d4a8f5a166fffa5c (diff)
parent883988ccafec476a91987349fc712523c3484553 (diff)
Merge pull request #35 from Ketrel/master
Update php.nanorc
-rw-r--r--php.nanorc2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.nanorc b/php.nanorc
index dfea9b4..9f9df60 100644
--- a/php.nanorc
+++ b/php.nanorc
@@ -10,7 +10,7 @@ color white "\<[a-z_]*\("
color green "\<(var|float|global|double|bool|char|int|enum|const)\>"
## Structures
-color brightyellow "\<(class|new|private|public|function|for|foreach|if|while|do|else|elseif|case|default|switch)\>"
+color brightyellow "\<(class|new|private|protected|public|function|for|foreach|if|while|do|else|elseif|case|default|switch)\>"
## Basic control flow
color magenta "\<(goto|continue|break|return)\>"