Commit 6b3800b
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-1651 parent 0ecfbcc commit 6b3800b
1 file changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
697 | 727 | | |
698 | 728 | | |
699 | 729 | | |
| |||
0 commit comments