Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updated tree-sitter query scopes (#896) | Kirawi | 2021-11-03 |
| | | | | | | | | | | | | | | | | | | * updated theme scopes variable.property -> variable.field property -> variable.field * updated theme scopes * update book and themes updated book and themes to reflect scope changes * wip * update more queries * update dark_plus.toml | ||
* | fix: string.regex{=>p} | Michael Davis | 2021-10-27 |
| | |||
* | use punctuation.special for interpolation #{ } | Michael Davis | 2021-10-27 |
| | |||
* | scope arities in captures as operators | Michael Davis | 2021-10-17 |
| | |||
* | use special.string.symbol instead of symbol | Michael Davis | 2021-10-17 |
| | | | | this aligns better with how ruby highlights symbols | ||
* | use latest tree-sitter-elixir with 'not in' query support | Michael Davis | 2021-10-17 |
| | | | | connects https://github.com/elixir-lang/tree-sitter-elixir/issues/9 | ||
* | align highlight scopes with documented scopes | Michael Davis | 2021-10-17 |
| | |||
* | highlight calls to erlang modules as types | Michael Davis | 2021-10-17 |
| | | | | connects https://github.com/elixir-lang/tree-sitter-elixir/pull/5 | ||
* | add LICENSE snippet at elixir hightlights top | Michael Davis | 2021-10-17 |
| | |||
* | use the warning type for tree-sitter ERRORs | Michael Davis | 2021-10-17 |
| | |||
* | describe atoms as tags | Michael Davis | 2021-10-17 |
| | |||
* | add highlights query from elixir-lang/tree-sitter-elixir | Michael Davis | 2021-10-17 |
| | |||
* | Updated elixir queries to fix crash | Corey Powell | 2021-06-08 |
| | |||
* | Added elixir syntax | Corey Powell | 2021-06-02 |
Using custom fork for now to get around generating the source files |