aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries
Commit message (Expand)AuthorAge
* languages: added elvish (#2948)rsteube2022-07-03
* Disable tree-sitter python indents, use fallback for nowBlaž Hrastnik2022-07-01
* markdown: limit raw block highlight to code fence contentMichael Davis2022-07-01
* erlang: highlight modules in behaviour attributesMichael Davis2022-07-01
* erlang: highlight records with macro namesMichael Davis2022-07-01
* git-commit: fix highlight edge casesMichael Davis2022-07-01
* erlang: fix '#match?' for specs/callbacksMichael Davis2022-07-01
* replace module captures with namespaceMichael Davis2022-07-01
* html: highlight punctuationMichael Davis2022-07-01
* edoc: prevent rogue punctuation highlightsMichael Davis2022-07-01
* rust: fix highlight corner-casesMichael Davis2022-07-01
* markdown: highlight punctuationMichael Davis2022-07-01
* erlang: highlight unary '#' as punctuation.bracketMichael Davis2022-07-01
* erlang: highlight nullary macros as constantsMichael Davis2022-07-01
* support Bazel languages (#2903)Michael Davis2022-06-28
* add test textobjects queries for erlang,gleam,go,python,rustMichael Davis2022-06-21
* text-objects: add test capture & elixir queriesConnor Lay (Clay)2022-06-21
* adds missing tree-sitter-comment injection for js/ts (#2763)farwyler2022-06-20
* Add "<<=" operator to Rust syntax highlighting (#2805)A-Walrus2022-06-18
* HEEx: upgrade version and support new special_attribute node (#2800)Clay2022-06-17
* Add clojure language support (#2780)Axot2022-06-16
* Introduce storage_class highlight scope (#2731)Anton Romanov2022-06-14
* add prisma tree-sitter and lsp support (#2703)Ivan2022-06-12
* capture rust closures as function textobjectsMichael Davis2022-06-07
* add textobject queries for gleamMichael Davis2022-06-07
* add textobject queries for elixirMichael Davis2022-06-07
* add textobject queries for erlangMichael Davis2022-06-07
* support for openscad (#2680)farwyler2022-06-06
* add tree-sitter-jsdoc (#2650)Michael Davis2022-06-03
* add tree-sitter-edoc (#2640)Michael Davis2022-06-02
* Elixir: inject Markdown into docs, remove h sigil HEEx injection (#2619)Clay2022-05-31
* feat(lang): Update Nix grammar & improve queries (#2472)Timothy DeHerrera2022-05-30
* Add Vlang tree-sitter in the languages.toml (#2526)pancake2022-05-28
* update Erlang grammar and queriesMichael Davis2022-05-25
* update Gleam grammar and queriesMichael Davis2022-05-25
* Add `parameter.around` text object queryAndrey Tkachenko2022-05-25
* Basic verilog support (#2552)Andrey Tkachenko2022-05-24
* Add Scheme supportBlaž Hrastnik2022-05-21
* Python highlight decorator attributePaul Scott2022-05-20
* Python highlight keyword argument as parameterPaul Scott2022-05-20
* Python handling highlighting parameters with defaultsPaul Scott2022-05-20
* Python highlight improvements: type, parameter etcPaul Scott2022-05-20
* Change python highlights.scm to more fully utilize the themes.Zeddicus4142022-05-20
* Include macro attributes to impls, structs, enums, functions etc. textobjects...Andrey Tkachenko2022-05-20
* Add tree-sitter ssh client config queries (#2498)midnightexigent2022-05-18
* feat(lang): add Meson language support (#2314)unrelentingtech2022-05-11
* fix Markdown list highlighting (#2401)ChrHorn2022-05-07
* feat(languages): add odin language (#2399)Robert Walter2022-05-05
* feat(languages): git-ignore and git-attributes (#2397)Matthew Toohey2022-05-05
* TOML highlight: use variable.other.member instead of string for quoted keys (...ChrHorn2022-05-05