mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 00:25:39 +01:00
added static to statements
This commit is contained in:
parent
beb092d898
commit
8afb5e604d
@ -12,7 +12,7 @@ color yellow "[.:;,+*|=!?\%]" "<" ">" "/" "-" "&"
|
||||
color brightyellow "[!]"
|
||||
|
||||
# Statements
|
||||
color magenta "\<(class|import|let|var|struct|enum|func|if|else|switch|case|default|for|in|internal|external|unowned|private|public|throws)\>"
|
||||
color magenta "\<(class|import|let|var|struct|enum|func|if|else|switch|case|default|for|in|internal|external|unowned|static|private|public|throws)\>"
|
||||
color magenta "\<(prefix|postfix|operator|extension|lazy|get|set|self|willSet|didSet|override|super|convenience|weak|strong|mutating|return|guard)\>"
|
||||
|
||||
# Keywords
|
||||
|
Loading…
Reference in New Issue
Block a user