I've tried feeding the [following file](https://github.com/Benvie/JavaScriptNext.tmLanguage/blob/master/JavaScriptNext.tmLanguage) into FirstMate, but unfortunately it fails with the following message (one for each line in the source code): ``` Popping rule because it loops at column 0 of line '' [ { rule: Rule { grammar: [Object], registry: [Object], scopeName: 'source.js', contentScopeName: undefined, endPattern: undefined, applyEndPatternLast: undefined, patterns: [Object], scannersByBaseGrammarName: [Object], createEndPattern: null, anchorPosition: -1 }, scopeName: 'source.js', contentScopeName: undefined } ] ``` What happens? Is there an incompatibility between FirstMate and some grammars?
I've tried feeding the following file into FirstMate, but unfortunately it fails with the following message (one for each line in the source code):
What happens? Is there an incompatibility between FirstMate and some grammars?