helix-mods/runtime/queries
Midnight Exigent dba22c60ed
Support dockerfiles (#1303)
* allow language.config (in languages.toml) to be passed in as a toml object

* Change config field for languages from json string to toml object

* remove indents on languages.toml config

* fix: remove patch version from serde_json import in helix-core

* Use same tree-sitter-zig as upstream/master

* fix(completion_popup): Fixes #1256

* Update helix-term/src/ui/completion.rs

* feat(languages): Add support for `Dockerfile`s

* docs(cargo-xtask-docgen):

* improvement(langs-dockerfile): Add `injection-regex` to `languages.toml` for
`Dockerfile`

* improvement(langs-dockerfile): Add injections.scm

* Update .gitmodules

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2021-12-21 18:22:15 +09:00
..
bash Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
c Highlight comments in c, cpp, cmake and llvm (#1309) 2021-12-20 11:42:23 +09:00
c-sharp Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
cmake Highlight comments in c, cpp, cmake and llvm (#1309) 2021-12-20 11:42:23 +09:00
comment Add tree-sitter-comment (#1300) 2021-12-19 23:56:56 +09:00
cpp Highlight comments in c, cpp, cmake and llvm (#1309) 2021-12-20 11:42:23 +09:00
css Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
dart Add dart lsp config and queries (#1250) 2021-12-18 13:41:32 +09:00
dockerfile Support dockerfiles (#1303) 2021-12-21 18:22:15 +09:00
elixir Add tree-sitter-comment (#1300) 2021-12-19 23:56:56 +09:00
fish Add fish highlighting (#1308) 2021-12-21 11:02:53 +09:00
glsl Highlight comments in c, cpp, cmake and llvm (#1309) 2021-12-20 11:42:23 +09:00
go Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
haskell Fix more highlight scopes 2021-12-17 17:04:59 +09:00
html Add tree-sitter queries. 2021-04-09 18:57:46 +09:00
java Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
javascript Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
json Add json indents.toml file (#1055) 2021-11-11 01:01:19 +09:00
julia Add tree-sitter-comment (#1300) 2021-12-19 23:56:56 +09:00
latex Add link and quote queries for markdown 2021-12-19 15:23:39 +09:00
ledger Add tree-sitter-comment (#1300) 2021-12-19 23:56:56 +09:00
llvm Highlight comments in c, cpp, cmake and llvm (#1309) 2021-12-20 11:42:23 +09:00
lua Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
markdown Add link and quote queries for markdown 2021-12-19 15:23:39 +09:00
nix Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
ocaml highlights: @include -> @keyword.control.import 2021-12-17 17:04:59 +09:00
ocaml-interface OCaml support (#666) 2021-09-02 01:08:08 +09:00
perl Add indents.toml to perl (#1280) 2021-12-17 09:56:07 +09:00
php Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
protobuf Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
python Add tree-sitter-comment (#1300) 2021-12-19 23:56:56 +09:00
ruby Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
rust Improve rust syntax highlighting (#1295) 2021-12-20 11:47:40 +09:00
scala Add scala syntax highlights (#1278) 2021-12-18 13:40:34 +09:00
svelte Add tree-sitter-comment (#1300) 2021-12-19 23:56:56 +09:00
toml Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
tsq Add tree-sitter-comment (#1300) 2021-12-19 23:56:56 +09:00
tsx At least partly highlight tsx 2021-09-06 15:25:46 +09:00
typescript Add typescript support & ts/js indentation queries 2021-06-01 17:55:11 +09:00
vue Add Vue tree sitter grammar (#787) 2021-10-10 22:09:17 +09:00
wgsl Add language support for WGSL (#1166) 2021-11-27 07:49:40 +05:30
yaml Improve yaml syntax highlighting highlighting (#1294) 2021-12-19 10:20:52 +09:00
zig Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00