LucianCumpata / K-VSCode

K language support for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request : configuration cells

traiansf opened this issue · comments

Since we use XML syntax for cells, it would be nice for the plugin to take advantage of that.
Some things it could do would be to color/bold the tags, and maybe have a way to match them as happens with parenthesis.

If I understand correctly it should be exactly like in XML?

Yes, it could be, but it should not be very contrasting, as for us tags are not so important as for xml.

Even nicer would be to have different colors for different tags. There was an approach in IntelliJ Idea (Denis Bogdanas) to use the color elements in the configuration declaration tags to color the tags.

Introduced tags highlighting. Now tags have their own special colour and also their font are bold and italic at the same time. At the moment tags support any combination of letters and digits. Whitespaces will break colorization.