aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bot(lockfile): update cylc, superhtmlnvim-treesitter-bot[bot]2024-11-011-2/+2
|
* feat(cylc): add parser and queries (#7225)Elliot Fontaine2024-10-317-0/+121
|
* bot(lockfile): update editorconfig, gleam, heex, superhtmlnvim-treesitter-bot[bot]2024-10-311-4/+4
|
* bot(lockfile): update beancount, desktop, tlaplus, valanvim-treesitter-bot[bot]2024-10-301-4/+4
|
* 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`
* ci(update): skip gnuplot, unskip djotChristian Clason2024-10-291-1/+1
|
* bot(lockfile): update c, fortran, kotonvim-treesitter-bot[bot]2024-10-291-3/+3
|
* bot(lockfile): update editorconfig, just, swiftnvim-treesitter-bot[bot]2024-10-281-3/+3
|
* 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.
* bot(lockfile): update javascript, mlir, templ, tlaplusnvim-treesitter-bot[bot]2024-10-271-4/+4
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-10-261-0/+1
|
* fix(formatter): simplify code, remove odd line breakRiley Bruins2024-10-266-58/+31
|
* feat(desktop): desktop parser and queries (#7282)Omar Valdez2024-10-265-0/+114
|
* bot(lockfile): update superhtmlnvim-treesitter-bot[bot]2024-10-261-1/+1
|
* feat(bash): highlight special shell variablesOmar Valdez2024-10-251-0/+19
|
* bot(lockfile): update koto, t32nvim-treesitter-bot[bot]2024-10-251-2/+2
|
* docs(readme): mark Nvim 0.10 as requiredChristian Clason2024-10-252-3/+3
|
* bot(lockfile): update elixir, fortran, koto, vimdocnvim-treesitter-bot[bot]2024-10-241-4/+4
|
* fix(rust): separate import folds from others (#7279)Riley Bruins2024-10-241-1/+1
|
* fix(predicates): remove upstreamed predicates and directivesChristian Clason2024-10-231-74/+0
| | | | | | | | Problem: Overriding upstreamed predicates replaces optimized versions on Nvim 0.11. Solution: Now that nvim-treesitter requires Nvim 0.10, simply remove the upstreamed predicates and directives.
* bot(lockfile): update editorconfig, erlang, sqlv0.9.3nvim-treesitter-bot[bot]2024-10-231-3/+3
|
* bot(lockfile): update erlang, gitcommit, lua, markdown, markdown_inlinenvim-treesitter-bot[bot]2024-10-221-5/+5
|
* fix(xml,dtd): adapt to parser changesObserverOfTime2024-10-223-66/+47
|
* bot(lockfile): update swift, tlaplus, vimdoc, xresourcesnvim-treesitter-bot[bot]2024-10-211-4/+4
|
* feat(c): use `@constant.macro` for macro identifiers (#7266)Omar Valdez2024-10-201-2/+11
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-10-201-0/+1
|
* feat(xresources): add parser and queries (#7260)Omar Valdez2024-10-206-0/+114
|
* bot(lockfile): update devicetree, editorconfig, json, markdown, ↵nvim-treesitter-bot[bot]2024-10-201-6/+6
| | | | markdown_inline, svelte
* bot(lockfile): update gitcommit, regexnvim-treesitter-bot[bot]2024-10-191-2/+2
|
* bot(lockfile): update wgsl_bevynvim-treesitter-bot[bot]2024-10-181-1/+1
|
* bot(lockfile): update gitcommit, scala, superhtml, textprotonvim-treesitter-bot[bot]2024-10-171-4/+4
|
* bot(lockfile): update elixir, fsharp, glimmer_javascript, ↵nvim-treesitter-bot[bot]2024-10-161-12/+12
| | | | glimmer_typescript, gren, java, php, php_only, scala, t32
* 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-1610-860/+463
|
* bot(readme): updatenvim-treesitter-bot[bot]2024-10-161-0/+1
|
* feat(gren): gren parser and queries (#7237)Mae Brooks2024-10-154-0/+137
|