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/runtime/queries
Michael Davis 7cf88f2bac edoc: prevent rogue punctuation highlights
Punctuation highlights would show up outside of where they
were valid, for example using parentheses in some text. This
change prevents that by gating the captures to being under
the named nodes in which they are valid.
2 years ago
..
bash Update bash tree sitter (#1917) 3 years ago
c Introduce storage_class highlight scope (#2731) 2 years ago
c-sharp C# highlighting improvements (#1795) 3 years ago
cairo Add Cairo support 2 years ago
clojure Add clojure language support (#2780) 2 years ago
cmake Indentation rework (#1562) 3 years ago
comment Add tree-sitter-comment (#1300) 3 years ago
cpon feat(lang): Cpon lang support (#2355) 2 years ago
cpp Indentation rework (#1562) 3 years ago
css tree sitter comments injections (#1527) 3 years ago
dart Indentation rework (#1562) 3 years ago
devicetree feat(lang): add devicetree (Flattened Device Tree Source) (#2329) 2 years ago
dockerfile Support dockerfiles (#1303) 3 years ago
edoc edoc: prevent rogue punctuation highlights 2 years ago
eex add tree-sitter-eex 3 years ago
ejs add tree-sitter-embedded-template (erb & ejs) (#2055) 3 years ago
elixir text-objects: add test capture & elixir queries 2 years ago
elm feat(languages): Elm (#1514) 3 years ago
erb add tree-sitter-embedded-template (erb & ejs) (#2055) 3 years ago
erlang erlang: highlight unary '#' as punctuation.bracket 2 years ago
fish Fixing (in two ways) a small typo (#2156) 2 years ago
gdscript gdscript support (#1985) 2 years ago
git-attributes feat(languages): git-ignore and git-attributes (#2397) 2 years ago
git-commit update tree-sitter-git-commit (#1838) 3 years ago
git-config add tree-sitter-git-config (#1426) 3 years ago
git-diff Add tree-sitter-git-diff (#1373) 3 years ago
git-ignore feat(languages): git-ignore and git-attributes (#2397) 2 years ago
git-rebase add tree-sitter-git-rebase (#1402) 3 years ago
gleam add test textobjects queries for erlang,gleam,go,python,rust 2 years ago
glsl Indentation rework (#1562) 3 years ago
go add test textobjects queries for erlang,gleam,go,python,rust 2 years ago
gomod feat(lang): add go.mod and go.work support (#2197) 2 years ago
gowork feat(lang): add go.mod and go.work support (#2197) 2 years ago
graphql feat(languages): GraphQL (#1515) 3 years ago
hare feat(lang): add hare language support (#2289) 2 years ago
haskell tree sitter comments injections (#1527) 3 years ago
hcl replace constant.number with constant.numeric (#2389) 2 years ago
heex HEEx: upgrade version and support new special_attribute node (#2800) 2 years ago
html tree sitter comments injections (#1527) 3 years ago
iex add tree-sitter-iex (#1576) 3 years ago
java tree sitter comments injections (#1527) 3 years ago
javascript adds missing tree-sitter-comment injection for js/ts (#2763) 2 years ago
jsdoc adds missing tree-sitter-comment injection for js/ts (#2763) 2 years ago
json Indentation rework (#1562) 3 years ago
jsx separate JSX queries from javascript (#1921) 3 years ago
julia tree sitter comments injections (#1527) 3 years ago
kotlin Add kotlin language (#1689) 3 years ago
latex tree sitter comments injections (#1527) 3 years ago
lean feat(languages): Lean experimental tree-sitter-lean (#1422) 3 years ago
ledger Add tree-sitter-comment (#1300) 3 years ago
llvm Indentation rework (#1562) 3 years ago
llvm-mir Indentation rework (#1562) 3 years ago
llvm-mir-yaml Indentation rework (#1562) 3 years ago
lua Indentation rework (#1562) 3 years ago
make tree sitter comments injections (#1527) 3 years ago
markdown markdown: highlight punctuation 2 years ago
meson feat(lang): add Meson language support (#2314) 2 years ago
nickel feat(lang): Update nickel to include "rec" keyword (#2320) 2 years ago
nix feat(lang): Update Nix grammar & improve queries (#2472) 2 years ago
nu feat(lang): add nushell language support (#2225) 2 years ago
ocaml Indentation rework (#1562) 3 years ago
ocaml-interface tree sitter comments injections (#1527) 3 years ago
odin feat(languages): add odin language (#2399) 2 years ago
openscad support for openscad (#2680) 2 years ago
org Initial basic Org markup support thanks to tree-sitter-org (#1845) 3 years ago
perl Indentation rework (#1562) 3 years ago
php Add `parameter.around` text object query 2 years ago
prisma add prisma tree-sitter and lsp support (#2703) 2 years ago
protobuf Indentation rework (#1562) 3 years ago
python add test textobjects queries for erlang,gleam,go,python,rust 2 years ago
r add languages `r` and `rmarkdown` (#1998) 3 years ago
regex add tree-sitter-regex (#1362) 3 years ago
rescript Fix Rescript hightlights query (#1863) 3 years ago
rmarkdown add languages `r` and `rmarkdown` (#1998) 3 years ago
ron add language `ron` (#1925) 3 years ago
ruby Ruby TextObjects and more file extensions (#2143) 2 years ago
rust rust: fix highlight corner-cases 2 years ago
scala Indentation rework (#1562) 3 years ago
scheme Add Scheme support 2 years ago
solidity Add syntax highlighting for Solidity (#1854) 3 years ago
sql feat(languages): SQL (#2097) 2 years ago
sshclientconfig Add tree-sitter ssh client config queries (#2498) 2 years ago
starlark support Bazel languages (#2903) 2 years ago
svelte Indentation rework (#1562) 3 years ago
swift Add swift language (#2033) 3 years ago
tablegen Indentation rework (#1562) 3 years ago
toml TOML highlight: use variable.other.member instead of string for quoted keys (#2391) 2 years ago
tsq add tree-sitter-edoc (#2640) 2 years ago
tsx tree sitter comments injections (#1527) 3 years ago
twig epocsquadron/add tree sitter twig (#1602) 3 years ago
typescript Indentation rework (#1562) 3 years ago
v Add Vlang tree-sitter in the languages.toml (#2526) 2 years ago
vala feat(lsp): add vala language support (#2243) 2 years ago
verilog Basic verilog support (#2552) 2 years ago
vue tree sitter comments injections (#1527) 3 years ago
wgsl tree sitter comments injections (#1527) 3 years ago
yaml Indentation rework (#1562) 3 years ago
zig Indentation rework (#1562) 3 years ago