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
The following is a detailed list of all the outstanding issues in the grammars that GitHub.com uses for syntax highlighting the code in our website.
These issues are detected by our grammars compiler (#3915) and are probably causing minor rendering bugs in the website.
Help is very much welcome! If you're seeing bugs or rendering issues in your source code in GitHub, please start by taking a look at this list to make sure we're not detecting any issues in your language's grammar.
Feel free to ask any questions about any given issue and what would be the appropriate way to fix it. I'll keep the issue up-to-date as I work through grammar fixes myself.
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(\)|(?<!\.{3}.*)\n)": lookbehind assertion is not fixed length (at offset 15))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=([,;])(?![^(]*...": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=[,;](?![^(]*\)...": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=([,;])(?![^(]*...": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=([,;])(?![^(]*...": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=([,;])(?![^(]*...": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=[,;](?![^(]*\)...": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=([,;])(?![^(]*...": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=[,;](?![^(]*\)...": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?=;|,|(?<!(?:\.{3}.*))\n|%)": lookbehind assertion is not fixed length (at offset 22))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(\))?[^\S\n]*(?=;|,|(?<!(?:\.{3}...": lookbehind assertion is not fixed length (at offset 35))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<=\))|(?>(?<!\.{3}.*)\n)": lookbehind assertion is not fixed length (at offset 22))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(\)|(?<!\.{3}.*)\n)": lookbehind assertion is not fixed length (at offset 15))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(\}|(?<!\.{3}.*)\n)": lookbehind assertion is not fixed length (at offset 15))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(\)|(?<!\.{3}.*)\n)": lookbehind assertion is not fixed length (at offset 15))
Invalid regex in grammar: source.matlab (in Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(\)|(?<!\.{3}.*)\n)": lookbehind assertion is not fixed length (at offset 15))
Invalid regex in grammar: source.sqf (in SQF.tmLanguage) contains a malformed regex (regex "\b(?i:action|actionids|actionkey...": definition too long (38105 bytes))
Invalid regex in grammar: source.ts (in TypeScript.tmLanguage) contains a malformed regex (regex "(?!(?<![_$[:alnum:]])(?:(?<=\.\....": lookbehind assertion is not fixed length (at offset 731))
Invalid regex in grammar: source.tsx (in TypeScriptReact.tmLanguage) contains a malformed regex (regex "(?!(?<![_$[:alnum:]])(?:(?<=\.\....": lookbehind assertion is not fixed length (at offset 731))
Invalid regex in grammar: source.apex (in grammars/apex.tmLanguage) contains a malformed regex (regex "(?=\s(?!\())|(?=\s*$)|(?<=\s*\))": lookbehind assertion is not fixed length (at offset 31))
Invalid regex in grammar: source.soql (in grammars/soql.tmLanguage) contains a malformed regex (regex "(?=\s(?!\())|(?=\s*$)|(?<=\s*\))": lookbehind assertion is not fixed length (at offset 31))
Invalid regex in grammar: source.julia (in grammars/julia.cson) contains a malformed regex (regex "(?<=\S\s+)\b(as)\b(?=\s+\S)": lookbehind assertion is not fixed length (at offset 9))
Invalid regex in grammar: source.purescript (in grammars/purescript.cson) contains a malformed regex (regex "(?<=(\||=)\s*)([\p{Lu}\p{Lt}][\p...": lookbehind assertion is not fixed length (at offset 13))
Invalid regex in grammar: source.cs (in grammars/csharp.tmLanguage) contains a malformed regex (regex "(?<!\.\s*)\b(await)\b": lookbehind assertion is not fixed length (at offset 9))
Invalid regex in grammar: source.cs (in grammars/csharp.tmLanguage) contains a malformed regex (regex "(?<!\.\s*)\b(await)\b": lookbehind assertion is not fixed length (at offset 9))
Invalid regex in grammar: source.cs (in grammars/csharp.tmLanguage) contains a malformed regex (regex "\G(?=(?~\*/)$)": unrecognized character after (? or (?- (at offset 7))
Invalid regex in grammar: source.cs (in grammars/csharp.tmLanguage) contains a malformed regex (regex "^(\s*+)(\*(?!/))?(?=(?~\*/)$)": unrecognized character after (? or (?- (at offset 22))
Invalid regex in grammar: source.gap (in Syntaxes/GAP.tmLanguage) contains a malformed regex (regex "\b(16Bits_AssocWord|16Bits_Depth...": definition too long (65523 bytes))
Invalid regex in grammar: source.gap (in Syntaxes/GAP.tmLanguage) contains a malformed regex (regex "\b(IndicesChiefNormalSteps|Indic...": definition too long (65529 bytes))
Invalid regex in grammar: source.gap (in Syntaxes/GAP.tmLanguage) contains a malformed regex (regex "\b(SMTX_GoodElementGModule|SMTX_...": definition too long (42470 bytes))
Invalid regex in grammar: source.gdscript (in syntaxes/GDScript.tmLanguage.json) contains a malformed regex (regex "(?<!/\s*)(\$\s*|%|\$%\s*)(/\s*)?...": lookbehind assertion is not fixed length (at offset 8))
Invalid regex in grammar: source.lilypond (in grammars/lilypond.cson) contains a malformed regex (regex "(?<!-)\b(!=|\*(?:(?:location|par...": definition too long (35491 bytes))
Invalid regex in grammar: source.mathematica (in Syntaxes/Mathematica.tmLanguage) contains a malformed regex (regex "(\b|(?<=_))(Abort|AbortKernels|A...": definition too long (54020 bytes))
Invalid regex in grammar: source.nushell (in grammars/tmLanguage.json) contains a malformed regex (regex "(?<=]\s*)(:)\s+(\[)": lookbehind assertion is not fixed length (at offset 8))
Invalid regex in grammar: source.objc.platform (in Syntaxes/Platform.tmLanguage) contains a malformed regex (regex "\b(?:AB(?:AddRecordsError|Multip...": definition too long (32854 bytes))
Invalid regex in grammar: source.objc.platform (in Syntaxes/Platform.tmLanguage) contains a malformed regex (regex "\b(?:A(?:M(?:Action(?:A(?:pplica...": definition too long (44404 bytes))
Invalid regex in grammar: source.openqasm (in source/vscode/syntaxes/openqasm.tmLanguage.json) contains a malformed regex (regex "(?<!\s*\.\s*)\b(in|for|return|if...": lookbehind assertion is not fixed length (at offset 12))
Invalid regex in grammar: source.openqasm (in source/vscode/syntaxes/openqasm.tmLanguage.json) contains a malformed regex (regex "(?<!\s*\.\s*)\b(OPENQASM|include...": lookbehind assertion is not fixed length (at offset 12))
Invalid regex in grammar: source.wdl (in syntaxes/wdl.tmGrammar.json) contains a malformed regex (regex "`(?<=^\s*|;\s*|&\s*||\s*|(\s*|``...": lookbehind assertion is not fixed length (at offset 8))
Invalid regex in grammar: source.autoit (in AutoIt.tmLanguage) contains a malformed regex (regex "\b(?i:_array1dtohistogram|_array...": definition too long (39591 bytes))
Invalid regex in grammar: source.autoit (in AutoIt.tmLanguage) contains a malformed regex (regex "\b(?i:_guictrltoolbar_getbuttoni...": definition too long (39600 bytes))
Invalid regex in grammar: source.turtle (in Syntaxes/Turtle.tmLanguage) contains a malformed regex (regex "(?x) (?<PN_CHARS_U>[\p{L}\p{M...": PCRE does not support \L, \l, \N{name}, \U, or \u (at offset 73))
Invalid regex in grammar: source.turtle (in Syntaxes/Turtle.tmLanguage) contains a malformed regex (regex "(?x)( (?: [\p{L}\p{M}] | [:0...": PCRE does not support \L, \l, \N{name}, \U, or \u (at offset 121))
Invalid regex in grammar: source.turtle (in Syntaxes/Turtle.tmLanguage) contains a malformed regex (regex "(?x) (?<PNAME_NS> (?: (?: [\...": PCRE does not support \L, \l, \N{name}, \U, or \u (at offset 68))
Invalid regex in grammar: source.turtle (in Syntaxes/Turtle.tmLanguage) contains a malformed regex (regex "\[[\u20\u9\uD\uA]*\]": PCRE does not support \L, \l, \N{name}, \U, or \u (at offset 4))
Invalid regex in grammar: source.turtle (in Syntaxes/Turtle.tmLanguage) contains a malformed regex (regex "(?x)((?<=\s|^|_)(?:[\p{L}\p{M}] ...": PCRE does not support \L, \l, \N{name}, \U, or \u (at offset 57))
Invalid regex in grammar: source.bb (in client/syntaxes/bitbake.tmLanguage.json) contains a malformed regex (regex "(?<=^|^fakeroot +)\b(python|def)...": lookbehind assertion is not fixed length (at offset 17))
Invalid regex in grammar: source.just (in syntaxes/just.tmLanguage.json) contains a malformed regex (regex "(?<=^[^\s]+)": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.just (in syntaxes/just.tmLanguage.json) contains a malformed regex (regex "(?<=^[^\s]+)": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.just (in syntaxes/just.tmLanguage.json) contains a malformed regex (regex "(?<=^[^\s]+)": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.just (in syntaxes/just.tmLanguage.json) contains a malformed regex (regex "(?<=^[^\s]+)": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.just (in syntaxes/just.tmLanguage.json) contains a malformed regex (regex "(?<=^[^\s]+)": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.just (in syntaxes/just.tmLanguage.json) contains a malformed regex (regex "(?<=^[^\s]+)": lookbehind assertion is not fixed length (at offset 11))
Invalid regex in grammar: source.yara (in yara/syntaxes/yara.tmLanguage.json) contains a malformed regex (regex "(?<=(^|[\)]|\b(?:them)\b))(?:\s*...": lookbehind assertion is not fixed length (at offset 25))
Other
The following grammars are not being updated due to problems with the grammars:
vendor/grammars/Sublime-QML - skozlovf/Sublime-QML - the project has been restructured and rewritten and only provides a Sublime 3 compatible grammar which is not supported.
vendor/grammars/cds-textmate-grammar recently introduced changes that resulted in over 20 unknown property name after \P or \p errors so we've not updated that grammar.
vendor/grammars/VscodeAdblockSyntax fails to compile so won't be updated until resolved.
vendor/grammars/zenstack - restructured and now doesn't contain a complete grammar file.
The following is a detailed list of all the outstanding issues in the grammars that GitHub.com uses for syntax highlighting the code in our website.
These issues are detected by our grammars compiler (#3915) and are probably causing minor rendering bugs in the website.
Help is very much welcome! If you're seeing bugs or rendering issues in your source code in GitHub, please start by taking a look at this list to make sure we're not detecting any issues in your language's grammar.
Feel free to ask any questions about any given issue and what would be the appropriate way to fix it. I'll keep the issue up-to-date as I work through grammar fixes myself.
cc @github/linguist @pchaigno @Alhadis
Last updated: 17 Mar 2026
repository
vendor/grammars/MATLAB-Language-grammar(from https://github.com/mathworks/MATLAB-Language-grammar) (16 errors)source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(\)|(?<!\.{3}.*)\n)": lookbehind assertion is not fixed length (at offset 15))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=([,;])(?![^(]*...": lookbehind assertion is not fixed length (at offset 11))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=[,;](?![^(]*\)...": lookbehind assertion is not fixed length (at offset 11))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=([,;])(?![^(]*...": lookbehind assertion is not fixed length (at offset 11))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=([,;])(?![^(]*...": lookbehind assertion is not fixed length (at offset 11))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=([,;])(?![^(]*...": lookbehind assertion is not fixed length (at offset 11))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=[,;](?![^(]*\)...": lookbehind assertion is not fixed length (at offset 11))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=([,;])(?![^(]*...": lookbehind assertion is not fixed length (at offset 11))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<!\.{3}.*)(?:(?=[,;](?![^(]*\)...": lookbehind assertion is not fixed length (at offset 11))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?=;|,|(?<!(?:\.{3}.*))\n|%)": lookbehind assertion is not fixed length (at offset 22))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(\))?[^\S\n]*(?=;|,|(?<!(?:\.{3}...": lookbehind assertion is not fixed length (at offset 35))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(?<=\))|(?>(?<!\.{3}.*)\n)": lookbehind assertion is not fixed length (at offset 22))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(\)|(?<!\.{3}.*)\n)": lookbehind assertion is not fixed length (at offset 15))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(\}|(?<!\.{3}.*)\n)": lookbehind assertion is not fixed length (at offset 15))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(\)|(?<!\.{3}.*)\n)": lookbehind assertion is not fixed length (at offset 15))source.matlab(inMatlab.tmbundle/Syntaxes/MATLAB.tmLanguage) contains a malformed regex (regex "(\)|(?<!\.{3}.*)\n)": lookbehind assertion is not fixed length (at offset 15))repository
vendor/grammars/Sublime-SQF-Language(from https://github.com/JonBons/Sublime-SQF-Language) (1 errors)source.sqf(inSQF.tmLanguage) contains a malformed regex (regex "\b(?i:action|actionids|actionkey...": definition too long (38105 bytes))repository
vendor/grammars/TypeScript-TmLanguage(from https://github.com/Microsoft/TypeScript-TmLanguage) (2 errors)source.ts(inTypeScript.tmLanguage) contains a malformed regex (regex "(?!(?<![_$[:alnum:]])(?:(?<=\.\....": lookbehind assertion is not fixed length (at offset 731))source.tsx(inTypeScriptReact.tmLanguage) contains a malformed regex (regex "(?!(?<![_$[:alnum:]])(?:(?<=\.\....": lookbehind assertion is not fixed length (at offset 731))repository
vendor/grammars/apex-tmLanguage(from https://github.com/forcedotcom/apex-tmLanguage.git) (2 errors)source.apex(ingrammars/apex.tmLanguage) contains a malformed regex (regex "(?=\s(?!\())|(?=\s*$)|(?<=\s*\))": lookbehind assertion is not fixed length (at offset 31))source.soql(ingrammars/soql.tmLanguage) contains a malformed regex (regex "(?=\s(?!\())|(?=\s*$)|(?<=\s*\))": lookbehind assertion is not fixed length (at offset 31))repository
vendor/grammars/atom-language-julia(from https://github.com/JuliaEditorSupport/atom-language-julia) (1 errors)source.julia(ingrammars/julia.cson) contains a malformed regex (regex "(?<=\S\s+)\b(as)\b(?=\s+\S)": lookbehind assertion is not fixed length (at offset 9))repository
vendor/grammars/atom-language-purescript(from https://github.com/purescript-contrib/atom-language-purescript) (1 errors)source.purescript(ingrammars/purescript.cson) contains a malformed regex (regex "(?<=(\||=)\s*)([\p{Lu}\p{Lt}][\p...": lookbehind assertion is not fixed length (at offset 13))repository
vendor/grammars/csharp-tmLanguage(from https://github.com/dotnet/csharp-tmLanguage) (4 errors)source.cs(ingrammars/csharp.tmLanguage) contains a malformed regex (regex "(?<!\.\s*)\b(await)\b": lookbehind assertion is not fixed length (at offset 9))source.cs(ingrammars/csharp.tmLanguage) contains a malformed regex (regex "(?<!\.\s*)\b(await)\b": lookbehind assertion is not fixed length (at offset 9))source.cs(ingrammars/csharp.tmLanguage) contains a malformed regex (regex "\G(?=(?~\*/)$)": unrecognized character after (? or (?- (at offset 7))source.cs(ingrammars/csharp.tmLanguage) contains a malformed regex (regex "^(\s*+)(\*(?!/))?(?=(?~\*/)$)": unrecognized character after (? or (?- (at offset 22))repository
vendor/grammars/gap-tmbundle(from https://github.com/dhowden/gap-tmbundle) (3 errors)source.gap(inSyntaxes/GAP.tmLanguage) contains a malformed regex (regex "\b(16Bits_AssocWord|16Bits_Depth...": definition too long (65523 bytes))source.gap(inSyntaxes/GAP.tmLanguage) contains a malformed regex (regex "\b(IndicesChiefNormalSteps|Indic...": definition too long (65529 bytes))source.gap(inSyntaxes/GAP.tmLanguage) contains a malformed regex (regex "\b(SMTX_GoodElementGModule|SMTX_...": definition too long (42470 bytes))repository
vendor/grammars/godot-vscode-plugin(from https://github.com/godotengine/godot-vscode-plugin) (1 errors)source.gdscript(insyntaxes/GDScript.tmLanguage.json) contains a malformed regex (regex "(?<!/\s*)(\$\s*|%|\$%\s*)(/\s*)?...": lookbehind assertion is not fixed length (at offset 8))repository
vendor/grammars/linter-lilypond(from https://github.com/nwhetsell/linter-lilypond) (1 errors)source.lilypond(ingrammars/lilypond.cson) contains a malformed regex (regex "(?<!-)\b(!=|\*(?:(?:location|par...": definition too long (35491 bytes))repository
vendor/grammars/mathematica-tmbundle(from https://github.com/shadanan/mathematica-tmbundle) (1 errors)source.mathematica(inSyntaxes/Mathematica.tmLanguage) contains a malformed regex (regex "(\b|(?<=_))(Abort|AbortKernels|A...": definition too long (54020 bytes))repository
vendor/grammars/nu-grammar(from https://github.com/hustcer/nu-grammar.git) (1 errors)source.nushell(ingrammars/tmLanguage.json) contains a malformed regex (regex "(?<=]\s*)(:)\s+(\[)": lookbehind assertion is not fixed length (at offset 8))repository
vendor/grammars/objective-c.tmbundle(from https://github.com/textmate/objective-c.tmbundle) (2 errors)source.objc.platform(inSyntaxes/Platform.tmLanguage) contains a malformed regex (regex "\b(?:AB(?:AddRecordsError|Multip...": definition too long (32854 bytes))source.objc.platform(inSyntaxes/Platform.tmLanguage) contains a malformed regex (regex "\b(?:A(?:M(?:Action(?:A(?:pplica...": definition too long (44404 bytes))repository
vendor/grammars/qsharp(from https://github.com/microsoft/qsharp.git) (2 errors)source.openqasm(insource/vscode/syntaxes/openqasm.tmLanguage.json) contains a malformed regex (regex "(?<!\s*\.\s*)\b(in|for|return|if...": lookbehind assertion is not fixed length (at offset 12))source.openqasm(insource/vscode/syntaxes/openqasm.tmLanguage.json) contains a malformed regex (regex "(?<!\s*\.\s*)\b(OPENQASM|include...": lookbehind assertion is not fixed length (at offset 12))repository
vendor/grammars/sprocket-vscode(from https://github.com/stjude-rust-labs/sprocket-vscode.git) (1 errors)source.wdl(insyntaxes/wdl.tmGrammar.json) contains a malformed regex (regex "`(?<=^\s*|;\s*|&\s*||\s*|(\s*|``...": lookbehind assertion is not fixed length (at offset 8))repository
vendor/grammars/sublime-autoit(from https://github.com/AutoIt/SublimeAutoItScript) (2 errors)source.autoit(inAutoIt.tmLanguage) contains a malformed regex (regex "\b(?i:_array1dtohistogram|_array...": definition too long (39591 bytes))source.autoit(inAutoIt.tmLanguage) contains a malformed regex (regex "\b(?i:_guictrltoolbar_getbuttoni...": definition too long (39600 bytes))repository
vendor/grammars/turtle.tmbundle(from https://github.com/peta/turtle.tmbundle) (5 errors)source.turtle(inSyntaxes/Turtle.tmLanguage) contains a malformed regex (regex "(?x) (?<PN_CHARS_U>[\p{L}\p{M...": PCRE does not support \L, \l, \N{name}, \U, or \u (at offset 73))source.turtle(inSyntaxes/Turtle.tmLanguage) contains a malformed regex (regex "(?x)( (?: [\p{L}\p{M}] | [:0...": PCRE does not support \L, \l, \N{name}, \U, or \u (at offset 121))source.turtle(inSyntaxes/Turtle.tmLanguage) contains a malformed regex (regex "(?x) (?<PNAME_NS> (?: (?: [\...": PCRE does not support \L, \l, \N{name}, \U, or \u (at offset 68))source.turtle(inSyntaxes/Turtle.tmLanguage) contains a malformed regex (regex "\[[\u20\u9\uD\uA]*\]": PCRE does not support \L, \l, \N{name}, \U, or \u (at offset 4))source.turtle(inSyntaxes/Turtle.tmLanguage) contains a malformed regex (regex "(?x)((?<=\s|^|_)(?:[\p{L}\p{M}]...": PCRE does not support \L, \l, \N{name}, \U, or \u (at offset 57))repository
vendor/grammars/vscode-bitbake(from https://github.com/yoctoproject/vscode-bitbake.git) (1 errors)source.bb(inclient/syntaxes/bitbake.tmLanguage.json) contains a malformed regex (regex "(?<=^|^fakeroot +)\b(python|def)...": lookbehind assertion is not fixed length (at offset 17))repository
vendor/grammars/vscode-just(from https://github.com/nefrob/vscode-just.git) (6 errors)source.just(insyntaxes/just.tmLanguage.json) contains a malformed regex (regex "(?<=^[^\s]+)": lookbehind assertion is not fixed length (at offset 11))source.just(insyntaxes/just.tmLanguage.json) contains a malformed regex (regex "(?<=^[^\s]+)": lookbehind assertion is not fixed length (at offset 11))source.just(insyntaxes/just.tmLanguage.json) contains a malformed regex (regex "(?<=^[^\s]+)": lookbehind assertion is not fixed length (at offset 11))source.just(insyntaxes/just.tmLanguage.json) contains a malformed regex (regex "(?<=^[^\s]+)": lookbehind assertion is not fixed length (at offset 11))source.just(insyntaxes/just.tmLanguage.json) contains a malformed regex (regex "(?<=^[^\s]+)": lookbehind assertion is not fixed length (at offset 11))source.just(insyntaxes/just.tmLanguage.json) contains a malformed regex (regex "(?<=^[^\s]+)": lookbehind assertion is not fixed length (at offset 11))repository
vendor/grammars/vscode-yara(from https://github.com/infosec-intern/vscode-yara.git) (1 errors)source.yara(inyara/syntaxes/yara.tmLanguage.json) contains a malformed regex (regex "(?<=(^|[\)]|\b(?:them)\b))(?:\s*...": lookbehind assertion is not fixed length (at offset 25))Other
The following grammars are not being updated due to problems with the grammars:
vendor/grammars/Sublime-QML- skozlovf/Sublime-QML - the project has been restructured and rewritten and only provides a Sublime 3 compatible grammar which is not supported.vendor/grammars/cds-textmate-grammarrecently introduced changes that resulted in over 20unknown property name after \P or \perrors so we've not updated that grammar.vendor/grammars/VscodeAdblockSyntaxfails to compile so won't be updated until resolved.vendor/grammars/zenstack- restructured and now doesn't contain a complete grammar file.