sublime_rainbow_csv icon indicating copy to clipboard operation
sublime_rainbow_csv copied to clipboard

Make generated syntaxes a sub-flavor of `text.csv`

Open michaelblyons opened this issue 3 years ago • 1 comments

https://github.com/mechatroner/sublime_rainbow_csv/blob/2da337da01cf472d85ccbfa91387915cda8d5a43/auto_syntax.py#L33

https://github.com/mechatroner/sublime_rainbow_csv/blob/2da337da01cf472d85ccbfa91387915cda8d5a43/auto_syntax.py#L47

Can these lines add a csv. so that the format of the root scope property in the generated .sublime-syntax is text.csv.XXXX? Then text.csv will match all variants, and specific variants can still be targeted with text.csv.XXXX.

I believe this would allow the package I use for sidebar icons to recognize the variants as text.csv and apply the correct icon to them.

michaelblyons avatar Jan 13 '22 17:01 michaelblyons

Updated.

michaelblyons avatar Feb 05 '22 19:02 michaelblyons