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-plus/runtime/queries
trivernis caac568ded
Merge branch 'master'
1 year ago
..
astro feat: Syntax highlighting for Astro files (#3829) 2 years ago
awk AWK Regex injection (#3535) 2 years ago
bash Add Bash indents (#5149) 1 year ago
bass add `bass` language + highlighting (#3771) 2 years ago
beancount Add language: beancount (#3297) 2 years ago
bibtex Add support for the BibTeX file format (#5064) 1 year ago
bicep Add support for Bicep files (#4403) 2 years ago
c c/c++ highlighting: various tweaks 2 years ago
c-sharp C# syntax highlight tweaks (#4285) 2 years ago
cairo Support Cairo 0.10 syntax 2 years ago
clojure Add clojure language support (#2780) 2 years ago
cmake Update tree-sitter-cmake (#4809) 2 years ago
comment Add tree-sitter-comment (#1300) 2 years ago
common-lisp Add basic support for common lisp 1 year ago
cpon feat(lang): Cpon lang support (#2355) 2 years ago
cpp Update tree-sitter-cpp, support injections in tagged rawstrings (#5457) 1 year ago
crystal Use tree-sitter-ruby for crystal (#5205) 1 year ago
css Update CSS syntax highlighting (#4882) 1 year ago
cue feat: add cue support (#3262) 2 years ago
d Fix D unittest injection query. (#4562) 2 years ago
dart Improve dart indent (#3419) 2 years ago
devicetree Delete invalid indents.scm queries 2 years ago
dhall Language support for dhall 1 year ago
diff Update tree-sitter-diff (#3708) 2 years ago
dockerfile Support dockerfiles (#1303) 2 years ago
dot Add Graphviz Dot lang support (#3241) 2 years ago
ecma Inherit javascript/typescript from common 'ecma' queries (#3301) 2 years ago
edoc Improve Edoc highlighting within Erlang 2 years ago
eex add tree-sitter-eex 2 years ago
ejs add tree-sitter-embedded-template (erb & ejs) (#2055) 2 years ago
elixir Implement simple indents.scm for Elixir (#4821) 2 years ago
elm Fix some typos (#2978) 2 years ago
elvish languages: added elvish (#2948) 2 years ago
env add highlights for env and ini file formats (#4536) 2 years ago
erb add tree-sitter-embedded-template (erb & ejs) (#2055) 2 years ago
erlang Add parameter highlights to Erlang 2 years ago
esdl feat(lang): Add esdl grammar (#3526) 2 years ago
fish Fixing (in two ways) a small typo (#2156) 2 years ago
fortran add fortran language (#3025) 2 years ago
gdscript Add textobject for gdscript (#3760) 2 years ago
git-attributes feat(languages): git-ignore and git-attributes (#2397) 2 years ago
git-commit Fix some typos (#2978) 2 years ago
git-config add tree-sitter-git-config (#1426) 2 years ago
git-ignore feat(languages): git-ignore and git-attributes (#2397) 2 years ago
git-rebase add tree-sitter-git-rebase (#1402) 2 years ago
gleam Update tree-sitter-gleam 2 years ago
glsl Add textobjects.scm to GLSL (#3051) 2 years ago
go feat(highlights): go builtin funcs and types (#5010) 1 year ago
godot-resource Add godot resource support (#3759) 2 years ago
gomod feat(lang): add go.mod and go.work support (#2197) 2 years ago
gotmpl feat(tree-sitter): add go template support (#3091) 2 years ago
gowork feat(lang): add go.mod and go.work support (#2197) 2 years ago
graphql feat(languages): GraphQL (#1515) 2 years ago
hare Delete invalid indents.scm queries 2 years ago
haskell Add Haskell text objects (#5061) 1 year ago
hcl replace constant.number with constant.numeric (#2389) 2 years ago
heex Update tree-sitter-heex 2 years ago
html Fix broken html doctype highlighting (#4829) 2 years ago
iex add tree-sitter-iex (#1576) 2 years ago
ini add highlights for env and ini file formats (#4536) 2 years ago
java Update tree-sitter-java and add Java textobjects (#4886) 1 year ago
javascript Inherit javascript/typescript from common 'ecma' queries (#3301) 2 years ago
jsdoc adds missing tree-sitter-comment injection for js/ts (#2763) 2 years ago
json Indentation rework (#1562) 2 years ago
jsonnet feat(languages): jsonnet (#3714) 2 years ago
jsx fix: Improve JSX and TSX tag highlighting (#3973) 2 years ago
julia Update Julia grammar, queries (#4588) 2 years ago
kdl feat(lang): add kdl grammar (#4481) 2 years ago
kotlin Fix some typos (#2978) 2 years ago
latex fix(grammar): Add `block_comment` and `comment_environment` injection for latex comments (#4922) 1 year ago
lean Fix some typos (#2978) 2 years ago
ledger Remove broken ledger tag highlight (#2988) 2 years ago
llvm Indentation rework (#1562) 2 years ago
llvm-mir Indentation rework (#1562) 2 years ago
llvm-mir-yaml Indentation rework (#1562) 2 years ago
lua Update tree-sitter-lua and add textobjects for Lua (#3552) 2 years ago
make Fix some typos (#2978) 2 years ago
markdown Fix HTML injection within markdown (#5265) 1 year ago
markdown.inline Include unnamed children for html injected into inline markdown (#4478) 2 years ago
matlab Add support for MATLAB/Octave files (#5192) 1 year ago
mermaid Add Mermaid.js for markdown support (#5147) 1 year ago
meson Improvements to Meson syntax. (#4572) 2 years ago
nickel feat(lang): Update nickel to include "rec" keyword (#2320) 2 years ago
nix Add missing comment injection for nix (#5208) 1 year ago
nu feat(lang): add nushell language support (#2225) 2 years ago
ocaml Indentation rework (#1562) 2 years ago
ocaml-interface tree sitter comments injections (#1527) 2 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) 2 years ago
pascal Pascal support (#3542) 2 years ago
perl Indentation rework (#1562) 2 years ago
php Fix php hightlight (#3317) 2 years ago
ponylang Add language support for ponylang (#5416) 1 year ago
prisma Update Prisma tree-sitter for view support (#5417) 1 year ago
protobuf Indentation rework (#1562) 2 years ago
purescript Add support for Purescript language (#4242) 2 years ago
python Improve indent queries for python in specific cases (#5332) 1 year ago
qml Add QML language support (#4842) 2 years ago
r Add comment injection for R (#4031) 2 years ago
racket Fix file-types declaration for racket (#4915) 1 year ago
regex Theme Related Fixes (#3412) 2 years ago
rescript Upgrade rescript tree sitter & highlights (#4356) 2 years ago
rmarkdown add languages `r` and `rmarkdown` (#1998) 2 years ago
ron add language `ron` (#1925) 2 years ago
ruby Improve Ruby TextObjects (#4601) 2 years ago
rust Fix Broken Attribute Highlights (#5349) 1 year ago
scala Indentation rework (#1562) 2 years ago
scheme Update tree-sitter-scheme 1 year ago
scss Add support for single-line comments to scss (#5003) 1 year ago
slint slint indents 2 years ago
sml Add syntax highlighting for SML (#3692) 2 years ago
solidity tree-sitter-solidity: Use upstream, update queries 2 years ago
sql Update SQL grammar (#4529) 2 years ago
sshclientconfig Update SSH client config grammar & highlight queries (#4538) 2 years ago
starlark support Bazel languages (#2903) 2 years ago
svelte Delete invalid indents.scm queries 2 years ago
swift Update tree-sitter-swift (#3461) 2 years ago
tablegen Indentation rework (#1562) 2 years ago
task feat: add taskwarrior to languages so `task N edit` is nice (#3468) 2 years ago
tfvars Add runtime queries for `tfvars` (based on `hcl`) (#5396) 1 year ago
toml TOML highlight: use variable.other.member instead of string for quoted keys (#2391) 2 years ago
tsq Replace '; inherits <language>' in treesitter queries with <language> queries instead of appending them (#2470) 2 years ago
tsx fix: Improve JSX and TSX tag highlighting (#3973) 2 years ago
twig Change twig tree-sitter grammar (#4176) 2 years ago
typescript Update typescript grammar and queries (#4703) 2 years ago
ungrammar Added ungrammar language support (#3048) 2 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 Fix some typos (#2978) 2 years ago
vhs language: added vhs (#4486) 2 years ago
vue Allow custom preprocessors for 'vue' injections (#5268) 1 year ago
wast Add support for webassembly text format (#4040) 2 years ago
wat Added missing keywords to wat (wasm) hightlights (#4542) 2 years ago
wgsl Fix C++ syntax highlighting, and improve C & WGSL highlighting (#4079) 2 years ago
wit Support WIT grammar (#4525) 2 years ago
xit add syntax highlights for xit (#3521) 2 years ago
xml Merge branch 'master' 2 years ago
yaml Indentation rework (#1562) 2 years ago
zig Remove Statement in Zig indentation query (#4745) 2 years ago