sublime-project-specific-syntax
sublime-project-specific-syntax copied to clipboard
Allows syntax settings to be specified per project in Sublime Text
Results
2
sublime-project-specific-syntax issues
Sort by
recently updated
recently updated
newest added
When using this plugin to set custom syntaxes, other plugins like LSP don't trigger on the syntax. For example I setup LSP to act on `source.jsx` files, and used this...
I want to be able to mark all executable files in my `~/bin` directory as Bash: ```json { "folders": [ { "path": ".", } ], "syntax_override": { "mask 700": ["ShellScript",...
enhancement