Skip to content

Commit 5cc1347

Browse files
committed
Fix issues introduced with modifications for mixed code
1 parent 3a47e41 commit 5cc1347

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grammars/irev.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ repository:
6363
name: "support.function.iRev"
6464
}
6565
]
66-
scopeName: "text.html.iRev"
66+
scopeName: "source.iRev"

settings/language-livecode.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# LiveCode Script
5353
#################
5454

55-
".source.livecodescript, .source.iRev":
55+
".source.livecodescript, .source.iRev, .text.html.iRev":
5656
'editor':
5757
'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+?.+)"
5858
'decreaseIndentPattern': "(\\s*end\\s+?.+)|(case\\s+?.+)|(\\s*default)|(^\\s*else$)|(\\s*catch\\s+?.+)"

0 commit comments

Comments
 (0)