Anthony Stewart

Results 17 issues of 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...

can't reproduce

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...

Hard

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. ![image](https://user-images.githubusercontent.com/150152/213607339-2c3ab8e4-82cf-4f21-b1ea-f1a103982821.png) 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. ![image](https://github.com/akamud/vscode-theme-onedark/assets/150152/1f5741ed-bac0-4d67-9d23-9b195bb00c50)

Consider the following code: ![image](https://user-images.githubusercontent.com/150152/195638781-e50fbe6b-2180-4501-95b5-fc3aeb45ef6d.png) The type annotations include a callable type which can have string arguments which fail - but then if the string contains either `>` or `)`...

bug
grammar

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 */ //...

bug

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: ![image](https://github.com/user-attachments/assets/23718285-5b44-47cd-8ae6-367a5f833114) The bash file is syntax...