-
Notifications
You must be signed in to change notification settings - Fork 29.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Vcxproj] All text within <Command>
node should be highlighted as .bat (.cmd) code.
#48057
Comments
What is the file extension on the file where you have this code? |
It's a well known Microsoft Visual Studio project files. |
@DmitrySokolov vcxproj files use the builtin xml extension. The xml grammar is not aware of any other embedded languages and so cannot provide the appropriate highlighting. @aeschli Are there any existing feature requests for supporting syntax highlighting of embedded languages as a generic feature? |
@ramya-rao-a There are requests for generic solutions, but I don't think there is a generic solution. To get better support for vcxproj, someone should come up with specific support for that file type. |
I was hoping to get a link to one such feature request so that @DmitrySokolov can understand all the discussions we've had in this topic till now |
@DmitrySokolov #1751 #670 #46133 #47288 cover most of the discussions in this area |
Issue Type: Bug
All text within this node
is a valid .bat code. And it should be highlited appropriately.
VS Code version: Code 1.21.1 (79b44aa, 2018-03-14T14:46:47.128Z)
OS version: Windows_NT x64 10.0.16299
System Info
Extensions (3)
(2 theme extensions excluded)
The text was updated successfully, but these errors were encountered: