atom / highlights

Syntax highlighter
https://atom.github.io/highlights
MIT License
530 stars 54 forks source link

Required grammar overruled by builtin grammar #38

Open facekapow opened 8 years ago

facekapow commented 8 years ago

When using filePath instead of scopeName, required grammars are overruled by builtin grammars. For example, I require the latest version of language-javascript. If I use scopeName, it works as expected. However, if I use filePath, the default, older language-javascript is loaded.

Is this supposed to happen, or is this a bug?