Omar Valdez
2b4881286a
feat(luap): Make class captures similar to regex captures
2024-07-27 13:31:21 +02:00
Omar Valdez
886b496763
feat(query): Highlight key in set! directive
2024-07-27 13:29:09 +02:00
nvim-treesitter-bot[bot]
1899c8c8ec
bot(lockfile): update groovy, idl, latex, php, php_only, sql, systemverilog
2024-07-27 08:55:11 +00:00
Jonas Dujava
e265fec94c
fix(latex): environment name should be label
...
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>
2024-07-26 14:11:34 +02:00
nvim-treesitter-bot[bot]
e0faad4a9e
bot(lockfile): update gleam, idl, sql
2024-07-26 07:16:40 +00:00
nvim-treesitter-bot[bot]
63be47f203
bot(lockfile): update erlang, janet_simple, latex, m68k, matlab
2024-07-25 07:25:39 +00:00
Gregory Anders
96c5cb2334
feat(vimdoc): set url attribute for URLs
2024-07-24 21:42:13 +02:00
nvim-treesitter-bot[bot]
c760e4037c
bot(lockfile): update heex, perl, sql
2024-07-24 07:21:42 +00:00
Dheepak Krishnamurthy
a0732ca9f0
feat(julia): Add syntax highlighting for markdown and bash prefixed_string_literals
2024-07-24 09:14:14 +02:00
Gregory Anders
b1e88723ee
feat(html): set url attribute for HTML URLs
2024-07-24 09:13:19 +02:00
Gregory Anders
205102f372
feat(markdown): set url attribute on plain URLs
...
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.
2024-07-24 09:13:12 +02:00
nvim-treesitter-bot[bot]
9d252d0021
bot(lockfile): update editorconfig, latex
2024-07-23 07:50:43 +00:00
Jonas Dujava
3fa183e34e
feat(latex): improve parameters
...
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-07-23 09:35:25 +02:00
nvim-treesitter-bot[bot]
820b14a34c
bot(lockfile): update git_rebase, perl, sourcepawn, sql, typst
2024-07-23 07:12:51 +00:00
Jonas Dujava
803e5bd14d
fix(latex): more @nospell
...
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>
2024-07-23 09:00:11 +02:00
Riley Bruins
49452ab703
fix(zig): add some missing highlights
2024-07-23 08:59:50 +02:00
Christian Clason
5f5077f8f7
fix(parsers): powershell maintainer
2024-07-22 23:16:28 +02:00
Andrey Chalkin
c5b3560306
feat: add powershell language
2024-07-22 23:14:45 +02:00
Jonáš Dujava
4ee9f12ff5
refactor(latex): deduplicate captures, reorder
2024-07-22 23:12:18 +02:00
Jean-Sebastien Trottier
debf5816ee
fix(install): abort installation using git in active git session
...
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.
2024-07-22 13:11:11 +02:00
DragonBillow
468f6ed66b
fix(idl): fix break changes
...
Signed-off-by: DragonBillow <DragonBillow@outlook.com>
2024-07-22 12:40:27 +02:00
qvalentin
4075376a25
feat(gotmpl,helm): add locals (wip)
2024-07-22 12:33:22 +02:00
qvalentin
dfd047d15f
feat(gotmpl,helm): add fold queries
2024-07-22 12:33:22 +02:00
nvim-treesitter-bot[bot]
aca4432ef6
bot(lockfile): update idl, latex
2024-07-22 08:18:05 +00:00
Tyler Miller
2883d0c03f
fix(lua): use @property for keys in table literals ( #6956 )
...
`@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.
2024-07-21 18:12:27 -07:00
Jonas Dujava
002537a3e3
feat(latex): simplify captures of font changing
...
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-07-22 00:07:52 +02:00
Oliver Thomas
733fa85db2
feat(snakemake): add wildcard flag
2024-07-21 11:15:51 +02:00
nvim-treesitter-bot[bot]
aba69e495b
bot(lockfile): update c, cpp, cuda, glsl, snakemake, svelte, swift, tsx, typescript
2024-07-21 09:03:06 +00:00
Jonáš Dujava
625e7e58d0
feat(latex): capture & as @punctuation.delimiter
...
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-07-21 10:53:59 +02:00
nvim-treesitter-bot[bot]
667b9dbbfa
bot(lockfile): update beancount, gleam, idl
2024-07-20 08:39:02 +00:00
Tyler Miller
e8d74461da
fix(gitignore): hl/capture non-special pattern chars
...
Capture regular, non-special characters (as `@string.special.path`)
allowing them to be highlighted.
2024-07-20 10:32:01 +02:00
Omar Valdez
b3c54c3188
feat(bash): readline injections ( #6947 )
...
* 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>
2024-07-19 21:53:27 -07:00
Jonas Dujava
4e387dd478
feat(latex): capture placeholder as variable
...
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-07-19 17:20:44 +02:00
Jonas Dujava
d9ea5035d4
feat(latex): add additional include highlights
...
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-07-19 14:53:39 +02:00
nvim-treesitter-bot[bot]
0ffe627223
bot(lockfile): update cuda, idl
2024-07-19 06:51:51 +00:00
hrzlgnm
de8d91d0ef
docs(utils): fix deprecation notice
...
Co-authored-by: Valentin Batz <vbatz@linetco.com>
2024-07-18 18:54:05 +02:00
nvim-treesitter-bot[bot]
d78ab90f8e
bot(lockfile): update angular, djot, slint, vhdl
2024-07-18 15:56:49 +00:00
Christian Clason
35fa869b53
feat(latex): injections for luacode, asy{def} environments
2024-07-18 17:46:01 +02:00
nvim-treesitter-bot[bot]
874b99065b
bot(lockfile): update djot, fortran, scala
2024-07-18 06:58:33 +00:00
John-Philip Taylor
355af0c8ce
feat: add vhdl parser and queries
2024-07-18 08:46:12 +02:00
Riley Bruins
c80d0d9ca9
fix(filetype): add missing shorthands for Perl, Uxn Tal
2024-07-18 08:44:56 +02:00
wzy
0758155d4d
feat(parsers): register python for gyp files
2024-07-17 16:59:58 +00:00
Christian Clason
dd7bb795c4
docs(readme): recommend builtin foldexpr
2024-07-17 18:04:33 +02:00
Christian Clason
804a6473df
fix(install): pass --show-error to curl
2024-07-17 16:42:26 +02:00
Christian Clason
f649c2ff75
fix(php): correct line endings
2024-07-17 15:45:25 +02:00
nvim-treesitter-bot[bot]
7a38515741
bot(lockfile): update facility, idl, templ
2024-07-17 08:25:51 +00:00
Riley Bruins
14dff71d38
feat(wit): add folds, missing highlights
...
References:
https://github.com/liamwh/tree-sitter-wit/blob/main/grammar.js
79f3646325/crates/extension_api/wit/since_v0.0.4/extension.wit
436ad58923/wit/mqtt.wit
a068bfe064/crates/wasi-nn/wit/wasi-nn.wit
2024-07-17 09:48:23 +02:00
Vladimir Levin
067415e971
feat: add nginx
2024-07-17 09:47:59 +02:00
Dennis van den Berg
0d5e1214a5
feat: add indentation queries for angular
2024-07-17 09:52:47 +09:00
Dennis van den Berg
276c343b6b
feat!: update angular parser to new major
...
BREAKING CHANGE: This changes the capture groups for all Control Flow
statements.
2024-07-17 09:52:47 +09:00