oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
MIT License
406 stars 53 forks source link

Language List #147

Closed nazarkryp closed 1 year ago

nazarkryp commented 1 year ago

How to specify properly language in included/excluded languages? e.g: c# how i should know what to specify: cs, csharp, c#, c sharp?

oderwat commented 1 year ago

Just use the name that VSCode uses itself. It shows the name in the bottom right of the editor window when you load a file.

cbvb-340BC9E8-F5AC-49E2-883B-9E7061D5F2D8

You can click on that to see a list of the supported formats, which shows the "internal" name in parentheses. So, you find "C#" is "csharp".