RedCMD
RedCMD
Javascript does  ```js function definition() { return; } definition(); definition(); ```
here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter
I assume you're installing via the .vsix file where are you getting the file from? could it be a problem with the 3rd party website?
this? https://github.com/microsoft/vscode/issues/225400
including `source.python` does not apply the scopeName `source.python` https://github.com/fpseverino/vscode-swift/blob/9f8db0d2353b7bd1fc6c631a9e50c14b6af3e951/syntaxes/swift-gyb.tmLanguage.json#L68 you will need to target a scopeName that exists like the ones you have here: https://github.com/fpseverino/vscode-swift/blob/9f8db0d2353b7bd1fc6c631a9e50c14b6af3e951/package.json#L105-L107 the `.+?` will never match...
probably not TextMate is currently being abandoned
here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter
the grammar file comes from here https://github.com/PowerShell/EditorSyntax/blob/main/PowerShellSyntax.tmLanguage * https://github.com/PowerShell/EditorSyntax/issues/218 here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter
> the TextMate [grammar exists in a JSON Schema](https://github.com/martinring/tmlanguage/blob/master/tmlanguage.json) form (there may be a more official location). that is the 'official' VSCode location I don't think TextMate 2.0 has a...
here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter