Omar Valdez
188b1a6d01
feat(highlights): capture wildcard patterns as @character.special ( #7153 )
2024-09-20 08:15:01 +02:00
nvim-treesitter-bot[bot]
2b2ac30232
bot(lockfile): update editorconfig, fortran, nix, perl
2024-09-19 06:53:15 +00:00
Riley Bruins
63c532fde5
feat(swift): fold queries
2024-09-19 08:43:58 +02:00
Riley Bruins
12e339e370
feat(swift): add many missing highlights
2024-09-19 08:43:44 +02:00
Omar Valdez
45ee50d02b
feat(htmldjango): improve punctuation highlighting
...
In Django templates `{{` and `{%` are interpolations, so they should be
highlighted as @punctuation.special.
Don't highlight quotes as delimiters (consistency) and add missing comma
delimiter.
2024-09-19 08:42:52 +02:00
nvim-treesitter-bot[bot]
3c6af36794
bot(lockfile): update d, fortran, go, inko, nix, r, tlaplus
2024-09-18 07:41:18 +00:00
nvim-treesitter-bot[bot]
4d94c24d6c
bot(lockfile): update d, http, nix
2024-09-17 06:50:08 +00:00
Jerome Dalbert
cad9ff2fbc
feat(ruby): detect shebang directive
2024-09-17 04:13:38 +02:00
nvim-treesitter-bot[bot]
b9002f6fe6
bot(lockfile): update apex, sflog, soql, sosl, swift
2024-09-16 06:52:30 +00:00
Heber
5c42228e58
feat(apex): update parser and highlights ( #7151 )
2024-09-16 08:15:57 +02:00
nvim-treesitter-bot[bot]
b7160e87aa
bot(lockfile): update hurl, v
2024-09-15 06:49:50 +00:00
Riley Bruins
399062d072
fix(lua): remove duplicate ellipsis highlight
2024-09-14 23:36:35 +02:00
nvim-treesitter-bot[bot]
583395810e
bot(lockfile): update r
2024-09-14 06:50:27 +00:00
nvim-treesitter-bot[bot]
e0338f2b74
bot(lockfile): update glsl, hlsl, scala, slang
2024-09-13 06:52:53 +00:00
nvim-treesitter-bot[bot]
4af16a10b7
bot(lockfile): update gomod, latex, markdown, markdown_inline, perl, scala
2024-09-12 06:52:50 +00:00
Jerome Dalbert
66a7655a5e
feat(ruby): improve identifiers highlighting
2024-09-12 08:51:30 +02:00
Juhan
b6a6d8997c
feat(gleam): add @local.scope capture for block ( #7128 )
2024-09-11 14:01:11 +02:00
Christian Clason
d22166e3d8
ci: bump create-pull-request to v7
2024-09-11 09:20:04 +02:00
nvim-treesitter-bot[bot]
2871a4a657
bot(lockfile): update markdown, markdown_inline
2024-09-11 06:52:05 +00:00
Amaan Qureshi
6a3c6a42a6
fix(rust): comment marker should not be @operator ( #7135 )
2024-09-10 17:47:17 +00:00
Christian Clason
c436d45eee
Revert "ci(update): bump create-pull-request to v7 and sign commits"
...
This reverts commit c9003a3cb1 .
2024-09-10 10:20:29 +02:00
Christian Clason
c9003a3cb1
ci(update): bump create-pull-request to v7 and sign commits
2024-09-10 08:19:14 +00:00
nvim-treesitter-bot[bot]
f8bbb820a8
bot(lockfile): update elixir, gleam, lua, markdown, markdown_inline, perl, scala, swift
2024-09-10 06:51:01 +00:00
Jonas Dujava
13ee7f8844
feat(latex): capture conditionals
...
Generically, macros/commands in LaTeX starting on `if` are either
directly conditionals, or have similar purpose/funcionality.
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-09-10 08:23:48 +02:00
nvim-treesitter-bot[bot]
4770d9a1a7
bot(lockfile): update earthfile, racket, scheme, svelte
2024-09-08 06:47:57 +00:00
Riley Bruins
58030e6d6f
fix(formatter): adapt formatter for nightly
...
After Neovim pull #30193 , the formatter was broken due to changes in the
way node data is passed to predicates.
2024-09-07 17:31:18 +02:00
nvim-treesitter-bot[bot]
00f128dd73
bot(lockfile): update elixir, erlang, groovy, r, svelte, swift
2024-09-07 06:50:25 +00:00
Avi Areman
ccbaee5954
feat(mermaid): indents and folds
2024-09-07 00:21:07 +09:00
nvim-treesitter-bot[bot]
093b29f2b4
bot(lockfile): update julia, kotlin, tcl
2024-09-06 06:50:12 +00:00
nvim-treesitter-bot[bot]
bfe74a4899
bot(lockfile): update arduino, awk, bash, c, cpp, css, cuda, go, groovy, haskell, hlsl, html, http, javascript, jsdoc, json, julia, liquid, norg, ocaml, ocaml_interface, php, php_only, phpdoc, python, ql, regex, ruby, rust, scala, slang, tcl, templ, tsx, typescript, v, wing
2024-09-05 13:36:22 +00:00
Christian Clason
3826d0c42a
fix(query): explicitly opt-in to legacy behavior
2024-09-04 15:13:41 +02:00
Omar Valdez
5b8b126de0
fix(highlights): section headings in ini, git_config editorconfig ( #7108 )
...
Section headers should be `@markup.heading` in ini-like grammars and `@string.special.path` in editorconfig.
2024-09-03 10:24:16 +02:00
Amaan Qureshi
a1573a9135
feat(javascript): update parser and queries
2024-09-02 10:04:37 +02:00
Riley Bruins
e090c5b22d
feat(wing): add many missing highlights
...
...as well as some fold and injection queries.
2024-09-02 09:55:48 +02:00
nvim-treesitter-bot[bot]
bbf1f3e546
bot(lockfile): update arduino, c_sharp, dart, embedded_template, gleam, ini, java, racket, scheme, vhdl
2024-09-02 07:52:52 +00:00
Reinis Cirpons
2d8f0f37c4
feat(gap): add gap and gaptst parser and queries ( #7110 )
2024-09-01 22:13:10 +02:00
Jonas Dujava
4e47268c6d
feat(latex): set url attribute for hyperlinks
...
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-09-01 17:26:13 +02:00
nvim-treesitter-bot[bot]
aa339f6ab6
bot(lockfile): update http, styled, swift
2024-09-01 06:50:11 +00:00
Riley Bruins
749df30887
feat(query): highlight supertype "/" delimiters
2024-08-31 18:42:53 -04:00
nvim-treesitter-bot[bot]
c7920f2bc5
bot(readme): update
2024-08-31 17:23:24 +00:00
NullVoxPopuli
628f53e4cb
feat(glimmer): add glimmer-javascript and glimmer-typescript ( #7064 )
2024-08-31 19:15:40 +02:00
Omar Valdez
0b61eb4923
fix(ini): highlight setting value as @string ( #7104 )
...
Values are not typed in INI files and are interpreted as literal strings.
2024-08-31 19:14:13 +02:00
Seongmin Lee
b33a34e883
fix(http): update injections queries ( #7078 )
2024-08-31 18:52:23 +02:00
nvim-treesitter-bot[bot]
64cc1ef764
bot(lockfile): update http, kotlin, perl, templ
2024-08-31 06:49:06 +00:00
Christian Clason
fd9663acca
fix(query): explicitly opt-in to legacy behavior ( #7101 )
2024-08-30 06:57:07 -07:00
Gregory Anders
95933209d4
feat(markdown): set url attribute on image links
2024-08-30 15:07:13 +02:00
nvim-treesitter-bot[bot]
9ac3931bf6
bot(lockfile): update http, ini, leo
2024-08-30 08:35:48 +00:00
Omar Valdez
c15385281c
fix(c_sharp): remove duplicated queries ( #7099 )
2024-08-30 10:26:22 +02:00
Amaan Qureshi
ba921c9aef
feat!: switch upstream Zig parser
...
The new parser is faster, does not lag while editing, correctly parses
the entire Zig code base, and is much easier to write queries for.
2024-08-30 00:49:33 -04:00
nvim-treesitter-bot[bot]
585860a186
bot(lockfile): update angular, mlir
2024-08-29 06:53:16 +00:00