Skip to content

Commit 31c3682

Browse files
author
Monte Goulding
committed
Fix regression on the linter for iRev
1 parent 33c00e5 commit 31c3682

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)