We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1649708 commit c1cb2f0Copy full SHA for c1cb2f0
1 file changed
grammars/lcb.cson
@@ -60,11 +60,17 @@
60
'name': 'constant.language.core.lcb'
61
}
62
{
63
- 'match': '\\b([tpskmxr][A-Z]\\w*)\\b'
+ 'match': '\\b([tpsmxr][A-Z]\\w*)\\b'
64
'captures':
65
'1':
66
'name': 'variable.lcb'
67
68
+ {
69
+ 'match': '\\b(k[A-Z]\\w*)\\b'
70
+ 'captures':
71
+ '1':
72
+ 'name': 'variable.other.constant.lcb'
73
+ }
74
75
'match': '\\b(returns)\\b'
76
0 commit comments