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
👋 from github-linguist/linguist which uses this grammar for syntax highlighting Move files on GitHub.com.
I'm in the process of creating the next release and I've seen our grammar compiler has detected the grammar has two invalid regular expressions which may impact the highlighting of some Move files:
Invalid regex in grammar: source.move (in syntaxes/move.tmLanguage.json) contains a malformed regex (regex "(?<=(module|spec))": lookbehind assertion is not fixed length (at offset 17))
Invalid regex in grammar: source.move (in syntaxes/move.tmLanguage.json) contains a malformed regex (regex "(?<=(module|spec))": lookbehind assertion is not fixed length (at offset 17))
I won't hold back the release for this to be fixed, but I will be adding this to the list of known grammar issues: github-linguist/linguist#3924. Any fixes you make to this grammar will be pulled in when the next release is made.
The text was updated successfully, but these errors were encountered:
👋 from github-linguist/linguist which uses this grammar for syntax highlighting Move files on GitHub.com.
I'm in the process of creating the next release and I've seen our grammar compiler has detected the grammar has two invalid regular expressions which may impact the highlighting of some Move files:
vendor/grammars/vscode-move-syntax
(from https://github.com/damirka/vscode-move-syntax.git) (2 errors)source.move
(insyntaxes/move.tmLanguage.json
) contains a malformed regex (regex "(?<=(module|spec))
": lookbehind assertion is not fixed length (at offset 17))source.move
(insyntaxes/move.tmLanguage.json
) contains a malformed regex (regex "(?<=(module|spec))
": lookbehind assertion is not fixed length (at offset 17))I won't hold back the release for this to be fixed, but I will be adding this to the list of known grammar issues: github-linguist/linguist#3924. Any fixes you make to this grammar will be pulled in when the next release is made.
The text was updated successfully, but these errors were encountered: