mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 16:45:40 +01:00
added static to statements
This commit is contained in:
parent
beb092d898
commit
8afb5e604d
@ -12,7 +12,7 @@ color yellow "[.:;,+*|=!?\%]" "<" ">" "/" "-" "&"
|
|||||||
color brightyellow "[!]"
|
color brightyellow "[!]"
|
||||||
|
|
||||||
# Statements
|
# 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)\>"
|
color magenta "\<(prefix|postfix|operator|extension|lazy|get|set|self|willSet|didSet|override|super|convenience|weak|strong|mutating|return|guard)\>"
|
||||||
|
|
||||||
# Keywords
|
# Keywords
|
||||||
|
Loading…
Reference in New Issue
Block a user