aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fix(lua): use @property for keys in table literals (#6956)Tyler Miller2024-07-211-1/+1
| | | | | | `@property` should be used for key-value pairs, while `@variable.member` is used for field-access/index-expressions. Using different captures also provides the benefit of allowing the two to be highlighted differently.
* feat(latex): simplify captures of font changingJonas Dujava2024-07-221-7/+1
| | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
* feat(snakemake): add wildcard flagOliver Thomas2024-07-211-1/+2
|
* bot(lockfile): update c, cpp, cuda, glsl, snakemake, svelte, swift, tsx, ↵nvim-treesitter-bot[bot]2024-07-211-9/+9
| | | | typescript
* feat(latex): capture `&` as `@punctuation.delimiter`Jonáš Dujava2024-07-212-3/+2
| | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
* bot(lockfile): update beancount, gleam, idlnvim-treesitter-bot[bot]2024-07-201-3/+3
|
* fix(gitignore): hl/capture non-special pattern charsTyler Miller2024-07-201-4/+7
| | | | | Capture regular, non-special characters (as `@string.special.path`) allowing them to be highlighted.
* feat(bash): readline injections (#6947)Omar Valdez2024-07-191-0/+12
| | | | | | | | | | | * feat(bash): Readline injections * Update queries/bash/injections.scm Co-authored-by: Riley Bruins <ribru17@hotmail.com> --------- Co-authored-by: Riley Bruins <ribru17@hotmail.com>
* feat(latex): capture placeholder as variableJonas Dujava2024-07-191-0/+2
| | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
* feat(latex): add additional include highlightsJonas Dujava2024-07-191-5/+17
| | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
* bot(lockfile): update cuda, idlnvim-treesitter-bot[bot]2024-07-191-2/+2
|
* docs(utils): fix deprecation noticehrzlgnm2024-07-181-2/+2
| | | Co-authored-by: Valentin Batz <vbatz@linetco.com>
* bot(lockfile): update angular, djot, slint, vhdlnvim-treesitter-bot[bot]2024-07-181-4/+4
|
* feat(latex): injections for luacode, asy{def} environmentsChristian Clason2024-07-182-8/+13
|
* bot(lockfile): update djot, fortran, scalanvim-treesitter-bot[bot]2024-07-181-3/+3
|
* feat: add vhdl parser and queriesJohn-Philip Taylor2024-07-186-0/+492
|
* fix(filetype): add missing shorthands for Perl, Uxn TalRiley Bruins2024-07-181-0/+2
|