tscpp / vscode-knockout-binding-support

VS Code extension which provides support for Knockout bindings in HTML files.
MIT License
4 stars 1 forks source link

Allow colours to be customisable #4

Closed NoelAbrahams closed 10 months ago

NoelAbrahams commented 11 months ago

In the following

<input type="text" data-bind="textInput:myValue" />

The colours of the syntax elements data-bind, textInput, and myValue should be customisable via settings.json

tscpp commented 10 months ago

I acknowledge that there's room for improvement in highlighting binding attributes. However, I haven't seen a detailed description of the specific issue you're facing. I would appreciate it if you could create a new issue where you outline the specific aspects that are lacking.