You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regexes will have lowest priority in the code, once that would cost a lot of speed for the parser because of the match, therefore we won't implement it.
Regexes should have priority over
strings
,ids
,numbers
andoperators
because it will define custom rules to the parser.At the moment, it has one of the lowest parser priorities. https://github.com/github-aux/linguist-unknown/blob/chrome/src/scripts/ling-highlighter.js#L298
The text was updated successfully, but these errors were encountered: