Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Syntax highlighting for Elixir module names and atoms (#166)
Improved syntax highlighting for Elixir atoms and module names using scopes provided by the JakeBecker.elixir-ls [1,2,3] extension. The scopes also include the VSCode extension ID to document that the added scopes are only available for the specific extension with the given ID and not supported by VSCode out-of-the-box. [1]: https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls [2]: https://github.com/JakeBecker/vscode-elixir-ls [3]: https://github.com/JakeBecker/vscode-elixir-ls/blob/master/syntaxes/elixir.json Co-authored-by: Arctic Ice Studio <development@arcticicestudio.com> Resolves GH-165
- Loading branch information