Anthony Stewart
Anthony Stewart
Rather than defining the string_context as a child of the function_parameter_context, we seem to get a more reliable result if we define it as part of the parameter tag (`meta.parameter.cpp`)....
I have a weird issue where the LSC_LITERAL_STRING_COMPARISON check is firing for this line of code: ```java 766: String newLocale = "de_DE".equals(customer_locale) ? "fr_FR" : "de_DE"; ``` Replacing that with...
Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` R"sql(SELECT * FROM foo -- comment)sql"; ``` ## It looks...
We have some nested syntax highlighting, eg SQL which colours as expected, however, bracket matching does not work, and it just shows the outer brackets of the string.  I...
With the new VS Code diff model, if you have a comment inside changed code, the comment colour is very similar to the green background of the diff. 
Consider the following code:  The type annotations include a callable type which can have string arguments which fail - but then if the string contains either `>` or `)`...
The following code breaks syntax highlighting: ```go type myString[D interface{}] string var properlyColored string = `Multi-line string with no generic type is colored properly.` var notProperlyColored myString[int] = `Multi-line string...
Would it be possible to clarify the license for this project with a LICENSE.txt file or similar?
Consider the following code: ```kotlin /* This is a multi-line comment and it can span * as many lines as you like /* This is a nested comment */ //...
This is copied from the Markdown extension (https://github.com/microsoft/vscode-markdown-tm-grammar/issues/156) but they said that the issue lies with the shell extension. Consider this basic shell file:  The bash file is syntax...