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.
2 parents a6fc658 + 4cb45a3 commit 32ffb7bCopy full SHA for 32ffb7b
grammars/livecodescript.cson
@@ -6,6 +6,7 @@
6
'fileTypes': [
7
'livecodescript'
8
]
9
+'firstLineMatch': '^#!.*\\b(livecode|/usr/bin/env livecode)|^#\\s*-\\*-[^*]*mode:\\s*livecodescript[^*]*-\\*-'
10
'patterns': [
11
{
12
include: "#language"
@@ -192,7 +193,7 @@ repository:
192
193
captures:
194
"1":
195
name: "punctuation.definition.variable.livecodescript"
- match: "\\b(t)[A-Z]{1}.*?\\b"
196
+ match: "\\b(t|the)[A-Z]{1}.*?\\b"
197
name: "variable.other.global.livecodescript"
198
var_parameter:
199
0 commit comments