1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/helix-term
Luke Halasy b959162ceb
Add tree-sitter-highlight-name command (#8170)
* adds treesitter-highlight-name command

* commit documentation changes

* moves the get_highlight_name function into core/syntax

* rename get_highlight_name function to get_highlight_for_node_at_position

* addresses pr comments: moves fn into helper fn, simplifies a lot

* commit updated documentation changes

* changes scope method to return &str so that callers can decide whether or not to own
2023-09-10 14:57:44 +02:00
..
src Add tree-sitter-highlight-name command (#8170) 2023-09-10 14:57:44 +02:00
tests Fix find commands for buffers with non-LF line-endings (#8111) 2023-09-03 23:12:38 +02:00
.gitignore
build.rs
Cargo.toml transition to nucleo for fuzzy matching (#7814) 2023-08-30 13:26:21 +09:00