sublime_rainbow_csv
sublime_rainbow_csv copied to clipboard
Make generated syntaxes a sub-flavor of `text.csv`
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.
Updated.