Closed viniciusfbb closed 7 months ago
Hi @viniciusfbb ,
I'm not sure you are aware of the "files.associations"
setting in VS Code. If you add this to your user settings, any delphi/rad studio project file will use the XML syntax hightlighter.
"files.associations": {
"*.dproj": "xml",
"*.groupproj": "xml",
"*.cbproj": "xml",
},
I use this setting on my computers, and it works just fine.
Hope this helps
I'm closing this PR because no new comments has been added since my last question. Feel free to reopen/comment if you intend to update the PR based on my review.
Thanks for your understanding
No other plugin links these 3 extensions to the xml syntax and they are important extensions for Delphi developers who use your extension.