Michael Davis
|
e72786df8e
|
Add tree-sitter-comment (#1300)
* Add tree-sitter-comment
Fix #1164
* fix precedence in tree-sitter-comment highlights
connects https://github.com/helix-editor/helix/pull/1170
* set injection-regex for comment language
* remove comment filetype
* fix comment injections for neovim-style injections tags
* add comment injections for elixir
* remove f.comment
* fix spacing in .gitmodules
* run 'cargo xtask docgen'
Co-authored-by: Ivan Tham <pickfire@riseup.net>
|
3 years ago |
Kirawi
|
ee889aaa85
|
Updated tree-sitter query scopes (#896)
* 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
|
3 years ago |
Michael Davis
|
7e6ade9290
|
fix: string.regex{=>p}
|
3 years ago |
Michael Davis
|
bf20e51044
|
use punctuation.special for interpolation #{ }
|
3 years ago |
Michael Davis
|
4d8eb09b7c
|
scope arities in captures as operators
|
3 years ago |
Michael Davis
|
80b54f2f69
|
use special.string.symbol instead of symbol
this aligns better with how ruby highlights symbols
|
3 years ago |
Michael Davis
|
8f658f0dce
|
use latest tree-sitter-elixir with 'not in' query support
connects https://github.com/elixir-lang/tree-sitter-elixir/issues/9
|
3 years ago |
Michael Davis
|
4771cc7ee4
|
align highlight scopes with documented scopes
|
3 years ago |
Michael Davis
|
c502cafecc
|
highlight calls to erlang modules as types
connects https://github.com/elixir-lang/tree-sitter-elixir/pull/5
|
3 years ago |
Michael Davis
|
b2655a7f5c
|
add LICENSE snippet at elixir hightlights top
|
3 years ago |
Michael Davis
|
95ab40d171
|
use the warning type for tree-sitter ERRORs
|
3 years ago |
Michael Davis
|
5db248cc1c
|
describe atoms as tags
|
3 years ago |
Michael Davis
|
d1b434d230
|
add highlights query from elixir-lang/tree-sitter-elixir
|
3 years ago |
Corey Powell
|
35feb614b6
|
Updated elixir queries to fix crash
|
3 years ago |
Corey Powell
|
ca042a4bde
|
Added elixir syntax
Using custom fork for now to get around generating the source files
|
3 years ago |