| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | bot(lockfile): update d, kotlin, problog, prolog, rescript | nvim-treesitter-bot[bot] | 2024-07-29 | 1 | -5/+5 | |
| | | ||||||
| * | feat(powershell): highlight shebang | ObserverOfTime | 2024-07-29 | 1 | -0/+5 | |
| | | ||||||
| * | bot(lockfile)!: update d, latex | nvim-treesitter-bot[bot] | 2024-07-28 | 2 | -5/+6 | |
| | | | | | adapt d injections to breaking grammar change | |||||
| * | fix(strace): Fix comment injection | Omar Valdez | 2024-07-28 | 1 | -2/+2 | |
| | | ||||||
| * | refactor(queries): Remove quotes from properties in set! directive | Omar Valdez | 2024-07-28 | 45 | -95/+95 | |
| | | ||||||
| * | feat(latex): capture left/right math delimiters | Jonas Dujava | 2024-07-28 | 1 | -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 typo | Richard Macklin | 2024-07-28 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add rescript parser and queries (#6671) | Riley Bruins | 2024-07-27 | 12 | -0/+748 | |
| | | ||||||
| * | fix(query): properly apply predicate injections | Riley Bruins | 2024-07-27 | 2 | -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 captures | Omar Valdez | 2024-07-27 | 1 | -1/+5 | |
| | | ||||||
| * | feat(query): Highlight key in set! directive | Omar Valdez | 2024-07-27 | 1 | -1/+10 | |
| | | ||||||
| * | bot(lockfile): update groovy, idl, latex, php, php_only, sql, systemverilog | nvim-treesitter-bot[bot] | 2024-07-27 | 1 | -7/+7 | |
| | | ||||||
| * | fix(latex): environment name should be label | Jonas Dujava | 2024-07-26 | 1 | -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, sql | nvim-treesitter-bot[bot] | 2024-07-26 | 1 | -3/+3 | |
| | | ||||||
| * | bot(lockfile): update erlang, janet_simple, latex, m68k, matlab | nvim-treesitter-bot[bot] | 2024-07-25 | 1 | -5/+5 | |
| | | ||||||
| * | feat(vimdoc): set url attribute for URLs | Gregory Anders | 2024-07-24 | 1 | -1/+2 | |
| | | ||||||
| * | bot(lockfile): update heex, perl, sql | nvim-treesitter-bot[bot] | 2024-07-24 | 1 | -3/+3 | |
| | | ||||||
| * | feat(julia): Add syntax highlighting for markdown and bash ↵ | Dheepak Krishnamurthy | 2024-07-24 | 1 | -0/+13 | |
| | | | | | prefixed_string_literals | |||||
| * | feat(html): set url attribute for HTML URLs | Gregory Anders | 2024-07-24 | 1 | -1/+2 | |
| | | ||||||
| * | feat(markdown): set url attribute on plain URLs | Gregory Anders | 2024-07-24 | 1 | -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, latex | nvim-treesitter-bot[bot] | 2024-07-23 | 1 | -2/+2 | |
| | | ||||||
| * | feat(latex): improve parameters | Jonas Dujava | 2024-07-23 | 1 | -6/+7 | |
| | | | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com> | |||||
| * | bot(lockfile): update git_rebase, perl, sourcepawn, sql, typst | nvim-treesitter-bot[bot] | 2024-07-23 | 1 | -5/+5 | |
| | | ||||||
| * | fix(latex): more `@nospell` | Jonas Dujava | 2024-07-23 | 1 | -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 highlights | Riley Bruins | 2024-07-23 | 1 | -6/+10 | |
| | | ||||||
| * | fix(parsers): powershell maintainer | Christian Clason | 2024-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add powershell language | Andrey Chalkin | 2024-07-22 | 8 | -0/+500 | |
| | | ||||||
| * | refactor(latex): deduplicate captures, reorder | Jonáš Dujava | 2024-07-22 | 1 | -51/+25 | |
| | | ||||||
| * | fix(install): abort installation using git in active git session | Jean-Sebastien Trottier | 2024-07-22 | 1 | -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 changes | DragonBillow | 2024-07-22 | 2 | -57/+21 | |
| | | | | | Signed-off-by: DragonBillow <DragonBillow@outlook.com> | |||||
| * | feat(gotmpl,helm): add locals (wip) | qvalentin | 2024-07-22 | 2 | -0/+13 | |
| | | ||||||
| * | feat(gotmpl,helm): add fold queries | qvalentin | 2024-07-22 | 2 | -0/+9 | |
| | | ||||||
| * | bot(lockfile): update idl, latex | nvim-treesitter-bot[bot] | 2024-07-22 | 1 | -2/+2 | |
| | | ||||||
| * | fix(lua): use @property for keys in table literals (#6956) | Tyler Miller | 2024-07-21 | 1 | -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 changing | Jonas Dujava | 2024-07-22 | 1 | -7/+1 | |
| | | | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com> | |||||
| * | feat(snakemake): add wildcard flag | Oliver Thomas | 2024-07-21 | 1 | -1/+2 | |
| | | ||||||
| * | bot(lockfile): update c, cpp, cuda, glsl, snakemake, svelte, swift, tsx, ↵ | nvim-treesitter-bot[bot] | 2024-07-21 | 1 | -9/+9 | |
| | | | | | typescript | |||||
| * | feat(latex): capture `&` as `@punctuation.delimiter` | Jonáš Dujava | 2024-07-21 | 2 | -3/+2 | |
| | | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com> | |||||
| * | bot(lockfile): update beancount, gleam, idl | nvim-treesitter-bot[bot] | 2024-07-20 | 1 | -3/+3 | |
| | | ||||||
| * | fix(gitignore): hl/capture non-special pattern chars | Tyler Miller | 2024-07-20 | 1 | -4/+7 | |
| | | | | | | Capture regular, non-special characters (as `@string.special.path`) allowing them to be highlighted. | |||||
| * | feat(bash): readline injections (#6947) | Omar Valdez | 2024-07-19 | 1 | -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 variable | Jonas Dujava | 2024-07-19 | 1 | -0/+2 | |
| | | | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com> | |||||
| * | feat(latex): add additional include highlights | Jonas Dujava | 2024-07-19 | 1 | -5/+17 | |
| | | | | | Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com> | |||||
| * | bot(lockfile): update cuda, idl | nvim-treesitter-bot[bot] | 2024-07-19 | 1 | -2/+2 | |
| | | ||||||
| * | docs(utils): fix deprecation notice | hrzlgnm | 2024-07-18 | 1 | -2/+2 | |
| | | | | Co-authored-by: Valentin Batz <vbatz@linetco.com> | |||||
| * | bot(lockfile): update angular, djot, slint, vhdl | nvim-treesitter-bot[bot] | 2024-07-18 | 1 | -4/+4 | |
| | | ||||||
| * | feat(latex): injections for luacode, asy{def} environments | Christian Clason | 2024-07-18 | 2 | -8/+13 | |
| | | ||||||
| * | bot(lockfile): update djot, fortran, scala | nvim-treesitter-bot[bot] | 2024-07-18 | 1 | -3/+3 | |
| | | ||||||
| * | feat: add vhdl parser and queries | John-Philip Taylor | 2024-07-18 | 6 | -0/+492 | |
| | | ||||||
| * | fix(filetype): add missing shorthands for Perl, Uxn Tal | Riley Bruins | 2024-07-18 | 1 | -0/+2 | |
| | | ||||||
