Skip to content

Commit 8ce3c13

Browse files
committed
Merge pull request #14 from montegoulding/bugfix/iRev_linter_regression
Fix regression on the linter for iRev
2 parents ce59d2c + 31c3682 commit 8ce3c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports =
6262

6363
provideLinter: ->
6464
provider =
65-
grammarScopes: ['source.livecodescript', 'source.lcb']
65+
grammarScopes: ['source.livecodescript', 'source.iRev', 'source.lcb']
6666
scope: 'file'
6767
lintOnFly: true
6868
lint: (textEditor) =>

0 commit comments

Comments
 (0)