File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 148
148
},
149
149
{
150
150
"comment" : " Keywords that affect program control flow or scope." ,
151
- "match" : " \\ b(block|break|case|continue|do|elif|else|end|except|finally|for|if|raise|return|try|when|while|yield)\\ b" ,
151
+ "match" : " \\ b(block|break|case|continue|do|elif|else|end|except|finally|for|if|raise|return|try|when|while|yield|(static(?= *:))|of )\\ b" ,
152
152
"name" : " keyword.control.nim"
153
153
},
154
154
{
163
163
},
164
164
{
165
165
"comment" : " Other keywords." ,
166
- "match" : " (\\ b(addr|as|asm|atomic|bind|cast|const|converter|concept|defer|discard|distinct|div|enum|export|from|import|include|let|mod|mixin|object|of| ptr|ref|shl|shr|static|type|using|var|iterator|macro|func|method|proc|template)\\ b)" ,
166
+ "match" : " (\\ b(addr|as|asm|atomic|bind|cast|const|converter|concept|defer|discard|distinct|div|enum|export|from|import|include|let|mod|mixin|object|ptr|ref|shl|shr|static|type|using|var|iterator|macro|func|method|proc|template)\\ b)" ,
167
167
"name" : " keyword.other.nim"
168
168
},
169
169
{
You can’t perform that action at this time.
0 commit comments