aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bot(lockfile): update apex, beancount, idl, snakemake, soql, soslnvim-treesitter-bot[bot]2024-08-061-6/+6
|
* bot(lockfile): update apex, hlsplaylist, muttrc, nix, soql, sosl, tmux, ↵nvim-treesitter-bot[bot]2024-08-051-8/+8
| | | | zathurarc
* fix(lua): proper indent after multiline string argRiley Bruins2024-08-053-0/+6
|
* bot(lockfile): update perl, typespecnvim-treesitter-bot[bot]2024-08-041-2/+2
|
* ci: skip updates for javascriptChristian Clason2024-08-031-1/+1
|
* bot(lockfile): update cuda, hlsl, kotlin, slang, typespec, vimnvim-treesitter-bot[bot]2024-08-031-6/+6
|
* fix(query): proper indentation after quantifiersRiley Bruins2024-08-023-2/+19
|
* bot(lockfile): update kotlin, nix, perlnvim-treesitter-bot[bot]2024-08-021-3/+3
|
* feat(ecma): inject sql template methodsDimensionalDot2024-08-021-0/+19
|
* feat(highlights): capture wildcard imports as `@character.special`Omar Valdez2024-08-017-6/+32
|
* bot(lockfile): update gomod, groovy, powershell, rocnvim-treesitter-bot[bot]2024-08-011-4/+4
|
* feat(powershell): added data section name highlightsAndrey Chalkin2024-08-012-3/+11
|
* fix(format): field_def inside grouping再生花2024-08-013-3/+7
|
* fix: prevent double indent from pipesOliver Thomas2024-07-313-2/+4
|
* bot(lockfile): update http, hurl, matlab, sql, swiftnvim-treesitter-bot[bot]2024-07-311-5/+5
|
* feat(vrl): Add vrl parser and queriesbelltoy2024-07-308-0/+172
|
* bot(lockfile): update d, just, kotlin, witnvim-treesitter-bot[bot]2024-07-301-4/+4
|
* bot(lockfile): update d, kotlin, problog, prolog, rescriptnvim-treesitter-bot[bot]2024-07-291-5/+5
|
* feat(powershell): highlight shebangObserverOfTime2024-07-291-0/+5
|
* bot(lockfile)!: update d, latexnvim-treesitter-bot[bot]2024-07-282-5/+6
| | | | adapt d injections to breaking grammar change
* fix(strace): Fix comment injectionOmar Valdez2024-07-281-2/+2
|
* refactor(queries): Remove quotes from properties in set! directiveOmar Valdez2024-07-2845-95/+95
|
* feat(latex): capture left/right math delimitersJonas Dujava2024-07-281-0/+6
| | | | | | | Capture math delimiters provided by commands such as `\left` and `\right`. Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
* docs(install): fix typoRichard Macklin2024-07-281-1/+1
|
* feat: add rescript parser and queries (#6671)Riley Bruins2024-07-2712-0/+748
|
* fix(query): properly apply predicate injectionsRiley Bruins2024-07-272-9/+36
| | | | | | I think these have been broken since the query parser update. Basically the inner node for the string content was preventing injections because include-children was not set.
* feat(luap): Make class captures similar to regex capturesOmar Valdez2024-07-271-1/+5
|
* feat(query): Highlight key in set! directiveOmar Valdez2024-07-271-1/+10
|
* bot(lockfile): update groovy, idl, latex, php, php_only, sql, systemverilognvim-treesitter-bot[bot]2024-07-271-7/+7
|
* fix(latex): environment name should be labelJonas Dujava2024-07-261-1/+1
| | | | | | | Environment names are captured as `@label` in `(begin)` and `(end)` nodes, and so should they be when we are defining environments. Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
* bot(lockfile): update gleam, idl, sqlnvim-treesitter-bot[bot]2024-07-261-3/+3
|
* bot(lockfile): update erlang, janet_simple, latex, m68k, matlabnvim-treesitter-bot[bot]2024-07-251-5/+5
|
* feat(vimdoc): set url attribute for URLsGregory Anders2024-07-241-1/+2
|
* bot(lockfile): update heex, perl, sqlnvim-treesitter-bot[bot]2024-07-241-3/+3
|
* feat(julia): Add syntax highlighting for markdown and bash ↵Dheepak Krishnamurthy2024-07-241-0/+13
| | | | prefixed_string_literals
* feat(html): set url attribute for HTML URLsGregory Anders2024-07-241-1/+2
|
* feat(markdown): set url attribute on plain URLsGregory Anders2024-07-241-0/+7
| | | | | | | | | Setting the url attribute on actual URLs will cause Nvim to use the OSC 8 sequence on the entire URL, which enables terminal emulators to detect the URL even when it is wrapped. The (uri_autolink) node must use an #offset! directive to strip the surrounding <> characters from the URL.
* bot(lockfile): update editorconfig, latexnvim-treesitter-bot[bot]2024-07-231-2/+2
|
* feat(latex): improve parametersJonas Dujava2024-07-231-6/+7
| | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
* bot(lockfile): update git_rebase, perl, sourcepawn, sql, typstnvim-treesitter-bot[bot]2024-07-231-5/+5
|
* fix(latex): more `@nospell`Jonas Dujava2024-07-231-31/+39
| | | | | | | Apply `@nospell` to command/label names, paths, etc. Where appropriate, turn spelling off for the whole node. Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
* fix(zig): add some missing highlightsRiley Bruins2024-07-231-6/+10
|
* fix(parsers): powershell maintainerChristian Clason2024-07-221-1/+1
|
* feat: add powershell languageAndrey Chalkin2024-07-228-0/+500
|
* refactor(latex): deduplicate captures, reorderJonáš Dujava2024-07-221-51/+25
|
* fix(install): abort installation using git in active git sessionJean-Sebastien Trottier2024-07-221-0/+25
| | | | | | | | Problem: Installing a parser using git in an active git session (e.g., when editing a commit message) can corrupt the corresponding repository. Solution: Check for typical environment variables first and abort installation if found.
* fix(idl): fix break changesDragonBillow2024-07-222-57/+21
| | | | Signed-off-by: DragonBillow <DragonBillow@outlook.com>
* feat(gotmpl,helm): add locals (wip)qvalentin2024-07-222-0/+13
|
* feat(gotmpl,helm): add fold queriesqvalentin2024-07-222-0/+9
|
* bot(lockfile): update idl, latexnvim-treesitter-bot[bot]2024-07-221-2/+2
|