nvim-treesitter-bot[bot]
26e7fdb243
bot(lockfile): update c, comment, cpp, embedded_template, kotlin, latex, php, php_only, ruby, scala, templ
2024-08-19 07:13:43 +00:00
Caleb White
ec8776ed9e
feat(php): php 8.4 support ( #6741 )
...
* chore(php): update maintainers
* feat(php): update php rules, highlight imported functions/consts
* feat(php): indent inside property hooks
* chore: update php and php_only revision
2024-08-18 12:30:04 +02:00
Yorick Peterse
6d74da7f0a
fix(inko): add highlight for boolean patterns ( #7050 )
2024-08-17 23:04:32 +02:00
nvim-treesitter-bot[bot]
63e1337f1b
bot(lockfile): update c, cpp, css, go, idl, nix, python, ruby
2024-08-17 09:16:55 +00:00
Hank Jackson
3de418e73d
feat(liquid): add highlights ( #7035 )
2024-08-14 14:08:32 +02:00
Omar Valdez
e5a05ba5e2
fix(ini): Fix injection in comments ( #7033 )
2024-08-11 17:56:24 +02:00
Xi Xiao
9a0db40403
feat(sflog): add sflog (Salesforce debug log) parser and highlights
...
Co-authored-by: xi xiao <tdxiaoxi2@gmail.com>
2024-08-10 10:05:48 +02:00
DragonBillow
da7b1189ea
feat(idl): update highlights
...
Signed-off-by: DragonBillow <DragonBillow@outlook.com>
2024-08-08 15:53:03 +09:00
Paul Evans
3e0feeb062
feat(perl): update highlights and folds
2024-08-07 13:30:44 +00:00
Oliver Thomas
88aad97312
feat(snakemake): update highlights and indents
2024-08-07 10:18:56 +02:00
Sergio Alejandro Vargas
9e66d5c72d
fix(julia): macro definition docstrings
...
Inject markdown in macro definition docstrings.
2024-08-07 00:34:56 +02:00
Riley Bruins
558c7ad7bf
fix(lua): proper indent after multiline string arg
2024-08-05 10:07:41 +02:00
Riley Bruins
09bad640e4
fix(query): proper indentation after quantifiers
2024-08-02 22:45:14 +09:00
DimensionalDot
110a50e371
feat(ecma): inject sql template methods
2024-08-02 09:28:35 +02:00
Omar Valdez
d13f0183ba
feat(highlights): capture wildcard imports as @character.special
2024-08-01 10:24:40 +02:00
Andrey Chalkin
fcf79acfd1
feat(powershell): added data section name highlights
2024-08-01 08:40:44 +02:00
再生花
929e4739cc
fix(format): field_def inside grouping
2024-08-01 08:40:23 +02:00
Oliver Thomas
65310b64ee
fix: prevent double indent from pipes
2024-07-31 11:23:46 +02:00
belltoy
9f8c99e980
feat(vrl): Add vrl parser and queries
2024-07-30 22:08:38 +02:00
ObserverOfTime
8dbab59773
feat(powershell): highlight shebang
2024-07-29 09:07:47 +02:00
nvim-treesitter-bot[bot]
2d5133f674
bot(lockfile)!: update d, latex
...
adapt d injections to breaking grammar change
2024-07-28 09:50:54 +00:00
Omar Valdez
45b3f7a8cf
fix(strace): Fix comment injection
2024-07-28 11:44:13 +02:00
Omar Valdez
51bba660a8
refactor(queries): Remove quotes from properties in set! directive
2024-07-28 11:43:41 +02:00
Jonas Dujava
88aa09e6e9
feat(latex): capture left/right math delimiters
...
Capture math delimiters provided by commands such as
`\left` and `\right`.
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-07-28 11:16:09 +02:00
Riley Bruins
f97e0de005
feat: add rescript parser and queries ( #6671 )
2024-07-27 17:34:30 +02:00
Riley Bruins
7cec6219c4
fix(query): properly apply predicate injections
...
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.
2024-07-27 17:17:26 +02:00
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
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
Gregory Anders
96c5cb2334
feat(vimdoc): set url attribute for URLs
2024-07-24 21:42:13 +02: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
Jonas Dujava
3fa183e34e
feat(latex): improve parameters
...
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-07-23 09:35:25 +02: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
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
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
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
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
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
Christian Clason
35fa869b53
feat(latex): injections for luacode, asy{def} environments
2024-07-18 17:46:01 +02:00