You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term/src/ui
Timothy DeHerrera 9c6c63a2be
inject language based on file extension & shebang (#3970)
* inject language based on file extension

Nodes can now be captured with "injection.filename". If this capture
contains a valid file extension known to Helix, then the content will
be highlighted as that language.

* inject language by shebang

Nodes can now be captured with "injection.shebang". If this capture
contains a valid shebang line known to Helix, then the content will
be highlighted as the language the shebang calls for.

* add documentation for language injection

* nix: fix highlights

The `@` is now highlighted properly on either side of the function arg.

Also, extending the phases with `buildPhase = prev.buildPhase + ''''`
is now highlighted properly.

Fix highlighting of `''$` style escapes (requires tree-sitter-nix bump)

Fix `inherit` highlighting.

* simplify injection_for_match

Split out injection pair logic into its own method to make the overall
flow easier to follow.

Also transform the top-level function into a method on a
HighlightConfiguration.

* markdown: add shebang injection query
2 years ago
..
fuzzy_match Fix typos (#6643) 2 years ago
completion.rs robustly handle invalid LSP ranges (#6512) 2 years ago
document.rs Fix typos (#6643) 2 years ago
editor.rs Hide signature help if it overlays completion menu (#5523) 2 years ago
fuzzy_match.rs Fix typos (#6643) 2 years ago
info.rs Refactor Margin for fine grained control (#2727) 2 years ago
lsp.rs rework positioning/rendering and enable softwrap/virtual text (#5420) 2 years ago
markdown.rs inject language based on file extension & shebang (#3970) 2 years ago
menu.rs Truncate paths in the file picker (#6410) 2 years ago
mod.rs Generalised to multiple runtime directories with priorities (#5411) 2 years ago
overlay.rs Fix typos (#6643) 2 years ago
picker.rs Fix typos (#6643) 2 years ago
popup.rs Hide signature help if it overlays completion menu (#5523) 2 years ago
prompt.rs Fix #6669: Theme preview doesn't return theme to normal (#6694) 2 years ago
spinner.rs Instant is more suitable than SystemTime for spinners 3 years ago
statusline.rs Add a version-control statusline element (#5682) 2 years ago
text.rs Fix 'attempt to divide by zero' panic (#6155) 2 years ago