RedCMD
RedCMD
> enabling a feature like coffeeComment in civetconfig.json would not visually update the syntax highlighting what sort of syntax highlighting differences are there with the config changes? > Yeah, but...
here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter
the multi-coloured brackets is cause of the coloured bracket highlighting feature should add `{{}}` to the language brackets theres https://novalightshow.netlify.app/ instead however it uses VSCode's TextMate engine so it doesnt...
@usernamehw why is the extension saying the valid html has an error?
Hello allo TextMate 2.0 doesn't support `captures: [{}, {}]` syntax the same also happens with `"injectionSelector"` js converts an array to a string with comma separators, which just happens to...
VSCode needs a way to tell oniguruma that the current line is the first, middle or last line of the document oniguruma added options to do so https://github.com/kkos/oniguruma/issues/198 https://github.com/microsoft/vscode-textmate/commit/1aec0873bce7b00dd899c127a43ef6e27ef4e72f but...
> This looks like an oversight in the 1.2.1 -> 1.2.2 spec. that confirms my suspicion ```yaml def: | making this invalid --- | and this is 0 indent instead...
the slow query ```js (parent (childA) (childB) (childC)) (parent (childA) (childC) (childB)) (parent (childB) (childA) (childC)) (parent (childB) (childC) (childA)) (parent (childC) (childA) (childB)) (parent (childC) (childB) (childA)) ``` can...
```js (parent &fieldA &fieldB &fieldC) ```
I am now able to build and test the PR everything seems to be working as expected > is not equivalent to this: ik it works in the way I...