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 3a47e41 commit 5cc1347Copy full SHA for 5cc1347
grammars/irev.cson
@@ -63,4 +63,4 @@ repository:
63
name: "support.function.iRev"
64
}
65
]
66
-scopeName: "text.html.iRev"
+scopeName: "source.iRev"
settings/language-livecode.cson
@@ -52,7 +52,7 @@
52
# LiveCode Script
53
#################
54
55
-".source.livecodescript, .source.iRev":
+".source.livecodescript, .source.iRev, .text.html.iRev":
56
'editor':
57
'increaseIndentPattern': "(^on\\s+?.+)|(^command\\s+?.+)|(^function\\s+?.+)|(\\s*if\\s+?.+then$)|(^\\s*else$)|(\\s*repeat\\s+?.+)|(switch\\s+?.+)|(case\\s+?.+)|(\\s*default)|(\\s*(?<!end )try$)|(\\s*catch\\s+?.+)"
58
'decreaseIndentPattern': "(\\s*end\\s+?.+)|(case\\s+?.+)|(\\s*default)|(^\\s*else$)|(\\s*catch\\s+?.+)"
0 commit comments