Abhishek Singh
604aa5a7c8
feat(nu): add parser and queries ( #7267 )
2024-11-05 15:25:42 +01:00
Riley Bruins
8fadb18430
feat: sway programming language
2024-11-04 08:36:41 +01:00
Riley Bruins
01a92da438
fix(rust): highlight parameters with ref in definition
2024-11-03 11:46:40 +01:00
Riley Bruins
98b46a647e
feat(regex): highlights for lazy quantifiers, \k
...
Highlights the "?" following .* and the \k backreference operator in a
pattern like the following: title=(?<quote>["'])(.*?)\k<quote>
2024-11-03 11:35:27 +01:00
Shengyu Zhang
b065b59196
fix(rst): capture (adornment) node as @markup.heading ( #7302 )
...
Node alias "adornment" is used as title's overline and underline:
5120f6e592/grammar.js (L112)
2024-11-01 09:51:17 +01:00
Elliot Fontaine
92d2501d69
feat(cylc): add parser and queries ( #7225 )
2024-10-31 17:56:58 +01:00
Riley Bruins
f26b5fb2ed
feat(thrift): small improvements
...
Less capture duplication by separating queries, include folds, move
`@variable.member` to `@property`
2024-10-30 08:39:10 +01:00
Omar Valdez
0e65a9f272
feat(bash): highlight more builtin commands
...
Commands:
- `.`
- `:`
- `true`
- `false`
2024-10-30 08:38:06 +01:00
Riley Bruins
00d2190683
fix(rust): regex injections, highlights
...
**Problem:** Rust's regex injections were not applied since the string
content is behind a `(string_content)` node, and the injections were
applied to the parent node without the `include-children` directive.
**Solution:** Apply the injections to the string content. Also highlight
them accordingly.
2024-10-27 11:51:33 +01:00
Riley Bruins
674100c1fc
fix(formatter): simplify code, remove odd line break
2024-10-26 10:07:30 +02:00
Omar Valdez
0a9108a7e4
feat(desktop): desktop parser and queries ( #7282 )
2024-10-26 10:06:22 +02:00
Omar Valdez
48fc5d1dfe
feat(bash): highlight special shell variables
2024-10-25 17:16:00 +03:00
Riley Bruins
649f6a1636
fix(rust): separate import folds from others ( #7279 )
2024-10-24 05:16:55 +00:00
ObserverOfTime
a5c7a3f6b4
fix(xml,dtd): adapt to parser changes
2024-10-22 08:56:17 +02:00
Omar Valdez
18cf02f5ef
feat(c): use @constant.macro for macro identifiers ( #7266 )
2024-10-20 10:53:45 -07:00
Omar Valdez
3ba21f96a4
feat(xresources): add parser and queries ( #7260 )
2024-10-20 10:10:30 +02:00
Amaan Qureshi
ed438691df
fix(xml): remove unused rules
2024-10-16 08:35:54 +02:00
Amaan Qureshi
8944dc64ef
fix(tlaplus): remove unused rules
2024-10-16 08:35:54 +02:00
Amaan Qureshi
6115c3664c
fix(starlark): remove unused rules
2024-10-16 08:35:54 +02:00
Amaan Qureshi
d912ede290
fix(sql): remove unused rules
2024-10-16 08:35:54 +02:00
Amaan Qureshi
07d4f138cb
fix(soql): remove unused rule
2024-10-16 08:35:54 +02:00
Amaan Qureshi
584d96b46b
fix(scala): remove unused rule
2024-10-16 08:35:54 +02:00
Amaan Qureshi
37163336e2
fix(re2c): remove unused rule
2024-10-16 08:35:54 +02:00
Amaan Qureshi
6940055133
fix(prql): remove unused rules
2024-10-16 08:35:54 +02:00
Amaan Qureshi
439fedf446
fix(ocaml_interface): remove unused rule
2024-10-16 08:35:54 +02:00
Amaan Qureshi
1a506b6007
fix(nqc): remove unused rule
2024-10-16 08:35:54 +02:00
Amaan Qureshi
f209410513
fix(dart): remove unused rule
2024-10-16 08:35:54 +02:00
Amaan Qureshi
c729bb2487
fix(bitbake): remove unused rule
2024-10-16 08:35:54 +02:00
Amaan Qureshi
25f11725d6
fix(astro): remove unused rule
2024-10-16 08:35:54 +02:00
Amaan Qureshi
cbc0d1d96e
fix(apex): remove unused rule
2024-10-16 08:35:54 +02:00
henrykvdb
b139d21726
feat(verilog)!: use systemverilog parser and queries ( #7170 )
2024-10-16 08:35:35 +02:00
Mae Brooks
d0f567251b
feat(gren): gren parser and queries ( #7237 )
2024-10-15 18:14:39 -07:00
Igor
da92610392
feat(typst): fold sections
2024-10-15 20:43:35 +02:00
Omar Valdez
39904fd016
don't capture tables as headings
2024-10-15 09:16:44 +02:00
Omar Valdez
96290ae7ea
refactor(toml): highlight queries
2024-10-15 09:16:44 +02:00
nvim-treesitter-bot[bot]
ca7993e606
bot(lockfile): update agda, bash, c, c_sharp, cmake, cpp, css, diff, editorconfig, eds, elixir, embedded_template, gitcommit, go, gotmpl, haskell, helm, hlsl, html, java, javascript, jsdoc, julia, just, ledger, php, php_only, python, ql, qmljs, regex, ruby, rust, slang, templ, tsx, typescript, verilog
2024-10-15 07:11:03 +00:00
Riley Bruins
a8052a8819
fix(diff): delta highlights override punctuation
2024-10-15 08:33:05 +02:00
Riley Bruins
049d42a31e
feat(regex): better count quantifier highlights
2024-10-15 08:32:44 +02:00
Amaan Qureshi
2953b6ae78
fix(slang): adapt to parser changes
2024-10-14 16:45:00 +02:00
Jonáš Dujava
245ffff7ac
fix(latex): capture nameless color change ( #7243 )
...
Color can be changed by directly passing color `model` and `spec`,
so make the `name` field optional.
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-10-14 15:33:36 +02:00
Heber
84bdd59c03
fix(apex): update parser and queries ( #7230 )
2024-10-10 20:57:54 +00:00
Novus Nota
9d2acd4997
feat(tact): update parser and queries ( #7196 )
2024-10-09 09:21:33 +02:00
Riley Bruins
18adcafad0
fix(dart): more highlight coverage, import folds
2024-10-08 08:43:26 +02:00
Tim Culverhouse
1bcdd79088
feat(superhtml): add superhtml parser and queries
...
SuperHTML is a templating language used by the zine static site
generator.
2024-10-06 11:47:42 +02:00
Heber
7821feb7e7
fix(apex): update parser and highlights
2024-10-05 16:35:26 +00:00
nvim-treesitter-bot[bot]
5bcc338c3d
bot(lockfile): update erlang, mlir, nix, unison
2024-10-05 09:29:05 +00:00
ricardo.demeterko
98a33cc524
feat(angular): update highlight query
2024-10-02 15:37:24 +02:00
Tim Culverhouse
58c702c4d5
feat(ziggy-schema): Add ziggy-schema parser and queries
...
Ziggy-schema is the schema definition file format for a ziggy file.
2024-09-30 23:33:44 +02:00
Tim Culverhouse
1a6fa428b8
feat(ziggy): add ziggy parser and queries
...
[Ziggy](https://github.com/kristoff-it/ziggy ) is a data serialization
format used in the zine static site generator.
2024-09-30 23:33:44 +02:00
Nikolaj Sidorenco
707313b80a
feat(fsharp): add parser and queries ( #7166 )
2024-09-29 11:08:21 +02:00