aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(wgsl): indent call expression params (#7309)ganhaque2024-11-061-0/+1
|
* feat(runescript): add parser and queries (#7305)David Lysenko2024-11-062-0/+121
|
* fix(wgsl): indent first parameter of function definitionRiley Bruins2024-11-061-1/+14
|
* feat(nu): add parser and queries (#7267)Abhishek Singh2024-11-053-0/+387
|
* feat: sway programming languageRiley Bruins2024-11-045-0/+472
|
* fix(rust): highlight parameters with ref in definitionRiley Bruins2024-11-031-0/+8
|
* feat(regex): highlights for lazy quantifiers, \kRiley Bruins2024-11-031-0/+2
| | | | | Highlights the "?" following .* and the \k backreference operator in a pattern like the following: title=(?<quote>["'])(.*?)\k<quote>
* fix(rst): capture (adornment) node as @markup.heading (#7302)Shengyu Zhang2024-11-011-5/+5
| | | | Node alias "adornment" is used as title's overline and underline: https://github.com/stsewd/tree-sitter-rst/blob/5120f6e59284cb8b85b450bd2db0bd352635ba9f/grammar.js#L112
* feat(cylc): add parser and queries (#7225)Elliot Fontaine2024-10-314-0/+109
|
* feat(thrift): small improvementsRiley Bruins2024-10-302-19/+12
| | | | | Less capture duplication by separating queries, include folds, move `@variable.member` to `@property`
* feat(bash): highlight more builtin commandsOmar Valdez2024-10-301-5/+5
| | | | | | | | Commands: - `.` - `:` - `true` - `false`
* fix(rust): regex injections, highlightsRiley Bruins2024-10-272-4/+52
| | | | | | | | | **Problem:** Rust's regex injections were not applied since the string content is behind a `(string_content)` node, and the injections were applied to the parent node without the `include-children` directive. **Solution:** Apply the injections to the string content. Also highlight them accordingly.
* fix(formatter): simplify code, remove odd line breakRiley Bruins2024-10-265-10/+5
|
* feat(desktop): desktop parser and queries (#7282)Omar Valdez2024-10-263-0/+103
|
* feat(bash): highlight special shell variablesOmar Valdez2024-10-251-0/+19
|
* fix(rust): separate import folds from others (#7279)Riley Bruins2024-10-241-1/+1
|
* fix(xml,dtd): adapt to parser changesObserverOfTime2024-10-222-64/+45
|
* feat(c): use `@constant.macro` for macro identifiers (#7266)Omar Valdez2024-10-201-2/+11
|
* feat(xresources): add parser and queries (#7260)Omar Valdez2024-10-204-0/+102
|
* fix(xml): remove unused rulesAmaan Qureshi2024-10-161-1/+148
|
* fix(tlaplus): remove unused rulesAmaan Qureshi2024-10-161-5/+0
|
* fix(starlark): remove unused rulesAmaan Qureshi2024-10-161-6/+1
|
* fix(sql): remove unused rulesAmaan Qureshi2024-10-161-7/+0
|
* fix(soql): remove unused ruleAmaan Qureshi2024-10-161-1/+0
|
* fix(scala): remove unused ruleAmaan Qureshi2024-10-161-2/+0
|
* fix(re2c): remove unused ruleAmaan Qureshi2024-10-161-1/+0
|
* fix(prql): remove unused rulesAmaan Qureshi2024-10-161-11/+0
|
* fix(ocaml_interface): remove unused ruleAmaan Qureshi2024-10-161-1/+327
|
* fix(nqc): remove unused ruleAmaan Qureshi2024-10-161-4/+1
|
* fix(dart): remove unused ruleAmaan Qureshi2024-10-161-1/+0
|
* fix(bitbake): remove unused ruleAmaan Qureshi2024-10-161-1/+0
|
* fix(astro): remove unused ruleAmaan Qureshi2024-10-161-1/+5
|
* fix(apex): remove unused ruleAmaan Qureshi2024-10-161-1/+0
|
* feat(verilog)!: use systemverilog parser and queries (#7170)henrykvdb2024-10-167-844/+458
|
* feat(gren): gren parser and queries (#7237)Mae Brooks2024-10-152-0/+126
|
* feat(typst): fold sectionsIgor2024-10-151-0/+1
|
* don't capture tables as headingsOmar Valdez2024-10-151-20/+1
|
* refactor(toml): highlight queriesOmar Valdez2024-10-151-35/+39
|
* bot(lockfile): update agda, bash, c, c_sharp, cmake, cpp, css, diff, ↵nvim-treesitter-bot[bot]2024-10-151-2/+0
| | | | editorconfig, eds, elixir, embedded_template, gitcommit, go, gotmpl, haskell, helm, hlsl, html, java, javascript, jsdoc, julia, just, ledger, php, php_only, python, ql, qmljs, regex, ruby, rust, slang, templ, tsx, typescript, verilog
* fix(diff): delta highlights override punctuationRiley Bruins2024-10-151-1/+2
|
* feat(regex): better count quantifier highlightsRiley Bruins2024-10-151-0/+3
|
* fix(slang): adapt to parser changesAmaan Qureshi2024-10-141-1/+305
|
* fix(latex): capture nameless color change (#7243)Jonáš Dujava2024-10-141-1/+1
| | | | | | Color can be changed by directly passing color `model` and `spec`, so make the `name` field optional. Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
* fix(apex): update parser and queries (#7230)Heber2024-10-101-2/+1
|
* feat(tact): update parser and queries (#7196)Novus Nota2024-10-094-19/+22
|
* fix(dart): more highlight coverage, import foldsRiley Bruins2024-10-082-13/+39
|
* feat(superhtml): add superhtml parser and queriesTim Culverhouse2024-10-062-0/+51
| | | | | SuperHTML is a templating language used by the zine static site generator.
* fix(apex): update parser and highlightsHeber2024-10-051-18/+16
|
* bot(lockfile): update erlang, mlir, nix, unisonnvim-treesitter-bot[bot]2024-10-051-2/+2
|
* feat(angular): update highlight queryricardo.demeterko2024-10-021-2/+5
|