helix/runtime/queries
Michael Davis 67415e096e
Fix file-types declaration for racket (#4915)
Both the racket and scheme entries used the rkt file-extension. This
commit removes that entry for scheme and so that the racket entry takes
precedence. We explicitly point to the scheme grammar now and setup
queries that inherit from scheme. This should enable using the racket
language server configuration.
2022-11-30 23:27:08 +09:00
..
astro feat: Syntax highlighting for Astro files (#3829) 2022-09-13 01:53:55 -05:00
awk AWK Regex injection (#3535) 2022-08-24 16:14:56 -05:00
bash AWK support (#3528) 2022-08-24 11:58:15 -05:00
bass add bass language + highlighting (#3771) 2022-09-18 12:06:51 -05:00
beancount Add language: beancount (#3297) 2022-08-08 17:59:55 -05:00
bicep Add support for Bicep files (#4403) 2022-11-14 19:43:22 -06:00
c c/c++ highlighting: various tweaks 2022-10-15 09:33:43 -05:00
c-sharp C# syntax highlight tweaks (#4285) 2022-10-15 11:29:50 -05:00
cairo Support Cairo 0.10 syntax 2022-10-17 10:35:15 +09:00
clojure Add clojure language support (#2780) 2022-06-16 11:47:52 -05:00
cmake Update tree-sitter-cmake (#4809) 2022-11-18 14:13:13 -06:00
comment
cpon feat(lang): Cpon lang support (#2355) 2022-05-01 09:34:46 -05:00
cpp c/c++ highlighting: various tweaks 2022-10-15 09:33:43 -05:00
css Update CSS syntax highlighting (#4882) 2022-11-27 19:11:12 -06:00
cue feat: add cue support (#3262) 2022-07-31 07:04:57 -05:00
d Fix D unittest injection query. (#4562) 2022-11-01 19:44:56 -05:00
dart Improve dart indent (#3419) 2022-08-23 21:35:57 -05:00
devicetree Delete invalid indents.scm queries 2022-08-31 17:45:23 +09:00
diff Update tree-sitter-diff (#3708) 2022-09-06 12:02:37 +09:00
dockerfile
dot Add Graphviz Dot lang support (#3241) 2022-07-30 12:34:00 -05:00
ecma Inherit javascript/typescript from common 'ecma' queries (#3301) 2022-08-03 14:09:44 +09:00
edoc Improve Edoc highlighting within Erlang 2022-11-24 11:07:05 +09:00
eex
ejs
elixir Implement simple indents.scm for Elixir (#4821) 2022-11-20 18:36:19 -06:00
elm Fix some typos (#2978) 2022-07-05 21:49:54 -05:00
elvish languages: added elvish (#2948) 2022-07-03 16:19:12 -05:00
env add highlights for env and ini file formats (#4536) 2022-10-31 19:23:09 -05:00
erb
erlang Add parameter highlights to Erlang 2022-11-24 11:07:05 +09:00
esdl feat(lang): Add esdl grammar (#3526) 2022-08-24 09:51:10 -05:00
fish
fortran add fortran language (#3025) 2022-07-10 11:27:44 -05:00
gdscript Add textobject for gdscript (#3760) 2022-09-10 08:47:08 -05:00
git-attributes feat(languages): git-ignore and git-attributes (#2397) 2022-05-05 08:47:28 -05:00
git-commit Fix some typos (#2978) 2022-07-05 21:49:54 -05:00
git-config
git-ignore feat(languages): git-ignore and git-attributes (#2397) 2022-05-05 08:47:28 -05:00
git-rebase
gleam Update tree-sitter-gleam 2022-11-24 11:07:05 +09:00
glsl Add textobjects.scm to GLSL (#3051) 2022-07-12 10:13:57 -05:00
go Fix Go variable indentation (#4906) 2022-11-27 09:36:52 -06:00
godot-resource Add godot resource support (#3759) 2022-09-10 08:45:52 -05:00
gomod
gotmpl feat(tree-sitter): add go template support (#3091) 2022-07-26 10:17:28 +09:00
gowork
graphql
hare Delete invalid indents.scm queries 2022-08-31 17:45:23 +09:00
haskell
hcl replace constant.number with constant.numeric (#2389) 2022-05-04 14:51:31 +09:00
heex Update tree-sitter-heex 2022-11-24 11:07:05 +09:00
html Fix broken html doctype highlighting (#4829) 2022-11-20 12:51:58 -06:00
iex
ini add highlights for env and ini file formats (#4536) 2022-10-31 19:23:09 -05:00
java Update tree-sitter-java and add Java textobjects (#4886) 2022-11-26 10:17:10 -06:00
javascript Inherit javascript/typescript from common 'ecma' queries (#3301) 2022-08-03 14:09:44 +09:00
jsdoc adds missing tree-sitter-comment injection for js/ts (#2763) 2022-06-20 10:55:51 -05:00
json
jsonnet feat(languages): jsonnet (#3714) 2022-09-08 09:04:18 -05:00
jsx fix: Improve JSX and TSX tag highlighting (#3973) 2022-09-26 18:27:54 -05:00
julia Update Julia grammar, queries (#4588) 2022-11-05 13:30:40 -05:00
kdl feat(lang): add kdl grammar (#4481) 2022-10-29 10:33:23 -05:00
kotlin Fix some typos (#2978) 2022-07-05 21:49:54 -05:00
latex fix(grammar): Add block_comment and comment_environment injection for latex comments (#4922) 2022-11-28 09:19:16 -06:00
lean Fix some typos (#2978) 2022-07-05 21:49:54 -05:00
ledger Remove broken ledger tag highlight (#2988) 2022-07-06 07:35:36 -05:00
llvm
llvm-mir
llvm-mir-yaml
lua Update tree-sitter-lua and add textobjects for Lua (#3552) 2022-10-12 08:45:56 -05:00
make Fix some typos (#2978) 2022-07-05 21:49:54 -05:00
markdown Update treesitter markdown (#4078) 2022-10-03 23:14:16 +09:00
markdown.inline Include unnamed children for html injected into inline markdown (#4478) 2022-10-27 08:40:47 -05:00
meson Improvements to Meson syntax. (#4572) 2022-11-15 20:17:03 -06:00
nickel feat(lang): Update nickel to include "rec" keyword (#2320) 2022-04-29 07:34:15 -05:00
nix nix: fix highlighting rules 2022-09-06 19:47:33 -05:00
nu
ocaml
ocaml-interface
odin feat(languages): add odin language (#2399) 2022-05-05 12:09:09 -05:00
openscad support for openscad (#2680) 2022-06-06 12:26:56 -05:00
org
pascal Pascal support (#3542) 2022-08-25 17:59:02 -05:00
perl
php Fix php hightlight (#3317) 2022-08-05 07:34:03 -05:00
prisma add prisma tree-sitter and lsp support (#2703) 2022-06-12 14:08:51 -05:00
protobuf
purescript Add support for Purescript language (#4242) 2022-10-14 11:57:52 -05:00
python Add indentation for Python pattern matching 2022-11-01 20:10:11 -05:00
qml Add QML language support (#4842) 2022-11-22 21:49:02 -06:00
r Add comment injection for R (#4031) 2022-09-29 13:11:45 -05:00
racket Fix file-types declaration for racket (#4915) 2022-11-30 23:27:08 +09:00
regex Theme Related Fixes (#3412) 2022-08-14 08:35:15 -05:00
rescript Upgrade rescript tree sitter & highlights (#4356) 2022-10-20 16:30:16 -05:00
rmarkdown
ron
ruby Improve Ruby TextObjects (#4601) 2022-11-07 19:43:00 -06:00
rust fix: Outdated Rust queries after TS update 2022-11-11 18:43:55 -06:00
scala
scheme Add Scheme support 2022-05-22 00:01:07 +09:00
scss Add SCSS language support (#3074) 2022-07-17 17:55:20 +08:00
slint slint indents 2022-08-08 17:57:08 -05:00
sml Add syntax highlighting for SML (#3692) 2022-09-07 13:13:06 -05:00
solidity tree-sitter-solidity: Use upstream, update queries 2022-09-05 10:50:32 +09:00
sql Update SQL grammar (#4529) 2022-10-30 11:54:37 -05:00
sshclientconfig Update SSH client config grammar & highlight queries (#4538) 2022-10-31 19:27:53 -05:00
starlark support Bazel languages (#2903) 2022-06-28 08:48:38 +05:30
svelte Delete invalid indents.scm queries 2022-08-31 17:45:23 +09:00
swift Update tree-sitter-swift (#3461) 2022-08-17 10:40:21 +09:00
tablegen
task feat: add taskwarrior to languages so task N edit is nice (#3468) 2022-08-19 19:16:54 -05:00
toml TOML highlight: use variable.other.member instead of string for quoted keys (#2391) 2022-05-05 16:14:17 +09:00
tsq Replace '; inherits <language>' in treesitter queries with <language> queries instead of appending them (#2470) 2022-07-22 10:28:32 +09:00
tsx fix: Improve JSX and TSX tag highlighting (#3973) 2022-09-26 18:27:54 -05:00
twig Change twig tree-sitter grammar (#4176) 2022-10-10 16:27:14 -05:00
typescript Update typescript grammar and queries (#4703) 2022-11-11 14:42:56 +09:00
ungrammar Added ungrammar language support (#3048) 2022-07-12 10:06:53 -05:00
v Add Vlang tree-sitter in the languages.toml (#2526) 2022-05-28 14:46:10 -05:00
vala feat(lsp): add vala language support (#2243) 2022-04-24 11:21:07 -05:00
verilog Fix some typos (#2978) 2022-07-05 21:49:54 -05:00
vhs language: added vhs (#4486) 2022-10-28 08:22:41 -05:00
vue
wast Add support for webassembly text format (#4040) 2022-10-01 09:13:52 -05:00
wat Added missing keywords to wat (wasm) hightlights (#4542) 2022-10-31 19:30:08 -05:00
wgsl Fix C++ syntax highlighting, and improve C & WGSL highlighting (#4079) 2022-10-13 20:31:32 -05:00
wit Support WIT grammar (#4525) 2022-10-31 18:48:01 -05:00
xit add syntax highlights for xit (#3521) 2022-08-23 20:52:01 -05:00
xml feat(lang): add xml (#4518) 2022-10-29 15:41:28 -05:00
yaml
zig Remove Statement in Zig indentation query (#4745) 2022-11-14 19:46:38 -06:00