We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f40550 commit 62be452Copy full SHA for 62be452
AngelScript.sublime-syntax
@@ -248,7 +248,7 @@ contexts:
248
expression:
249
- meta_scope: meta.expression
250
251
- - match: '{{operators_words}}'
+ - match: '\b{{operators_words}}\b'
252
scope: keyword.operator.word
253
254
- include: expression-has-functioncall
syntax_test_stuff.as
@@ -95,6 +95,9 @@ uint g_bw = 1 | 2 | 3 & 4 & ~0xFF << 1 >> 2;
95
96
void bitstuff()
97
{
98
+ if (isOre && Fountain::HasEffect("no_ore")) {}
99
+ // ^^^^^ variable.other
100
+
101
@(this.unit) = unit;
102
// <- keyword.other
103
// ^ punctuation.section.parens.begin
0 commit comments