GitHub
c06baac6a1
Update parsers: astro, ocaml, ocaml_interface
2022-12-29 21:22:14 +01:00
Ananda Umamil
e5dd204291
highlights(haskell): lambda and function with type signature
2022-12-29 21:04:14 +01:00
GitHub
fb36ed4c9e
Update parsers: tlaplus
2022-12-27 18:00:12 +01:00
Stephan Seitz
41e013dd9a
ci: improve CI output on query error
2022-12-27 17:52:29 +01:00
Christian Clason
fa09c1f3ef
Update slint indent queries
2022-12-27 17:52:29 +01:00
Jared Moulton
55a9e3bbbc
Update slint highlight queries for rewrite
2022-12-27 17:52:29 +01:00
Jared Moulton
57e9e48f88
update lockfile (slint)
2022-12-27 17:52:29 +01:00
Sergio A. Vargas
0cb637ca9f
julia: update parser and highlights ( #4035 )
...
- Update patterns for type definitions:
The grammar was updated to parse `abstract type` and `primitive type`
as a single token.
- Update @symbol capture to highlight quoted operators as symbols.
- Add pattern to highlight adjoint operator.
- Update patterns and captures for:
- "keyword" operators (in, isa, where)
- type operators (<:, >:)
- Parametrized types.
2022-12-27 10:27:22 +01:00
Stephan Seitz
7c9ddb72d1
feat: allow hot-reloading parser after installation
2022-12-26 15:36:16 +01:00
Stephan Seitz
f0a1c3df24
fix: require_language is needed after installation to update Vim's language table
...
Fixes #4026
2022-12-26 15:36:16 +01:00
Stephan Seitz
cf60564891
fix: do vim.treesitter.start() on highlight module attach
...
Fixes #4026
2022-12-26 13:42:11 +01:00
GitHub
a2d7e78b07
Update parsers: hlsl
2022-12-25 17:53:07 +01:00
Lucario387
f5d517f4a7
Fix(vue): Invalid match queries
2022-12-25 17:43:25 +01:00
Lucario387
8abb563ca9
Fix(vue): Invalid match queries
2022-12-25 17:43:25 +01:00
Philip Gaudreau
4bcd3a3cc3
Fix update_selection
2022-12-25 14:58:57 +01:00
Lucario387
bbd7ecb25d
add test file
2022-12-25 14:58:33 +01:00
Lucario387
4547a3687c
injections(vue): Update injection queries
2022-12-25 14:58:33 +01:00
Stephan Seitz
f2b1d727e6
chore: update usage vim.split to new signature
...
Old usage was still working because of backward compatibility of nvim
code:
```lua
if type(kwargs) == 'boolean' then
-- Support old signature for backward compatibility
plain = kwargs
else
```
`:h vim-split()`
https://neovim.io/doc/user/lua.html#vim.split()
2022-12-25 14:57:32 +01:00
Stephan Seitz
48a3da7103
highlights(c_sharp): add ">>>" ">>>="
...
From upstream change https://github.com/tree-sitter/tree-sitter-c-sharp/pull/266/files
2022-12-24 12:22:23 +01:00
github-actions[bot]
cf6b5cb1ed
Update parsers: c_sharp ( #4023 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-12-23 22:15:17 +00:00
Rishi
381573a9d6
Inherit folds for SCSS from CSS
2022-12-23 22:31:52 +01:00
figsoda
06989a933e
injections(nix): combine injections to work better with interpolations
2022-12-23 13:08:05 +01:00
figsoda
668dec2903
highlights(nix): improve builtins and exceptions highlights
2022-12-23 13:08:05 +01:00
figsoda
90edaba46a
highlights(nix): add all builtins
2022-12-23 13:08:05 +01:00
figsoda
df67a47a7e
highlights(nix): improve highlights
2022-12-23 13:08:05 +01:00
figsoda
a851cef248
injections(nix): fix runCommand*
2022-12-23 13:08:05 +01:00
github-actions[bot]
7f7b5778ff
Update parsers: c_sharp ( #4019 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-12-23 09:44:32 +00:00
Sergio A. Vargas
82cff67988
julia: update parser and highlights ( #4016 )
...
- Replace `scoped_identifier` with `field_expression` in function names
- Replace true and false with `boolean_literal`
2022-12-23 10:34:24 +01:00
GitHub
895d4a1202
Update parsers: c_sharp
2022-12-22 22:50:38 +01:00
Lucario387
eaeedfb804
Fix vue injection queries
2022-12-22 17:43:44 +01:00
GitHub
6f9e5cdba7
Update parsers: ada, c_sharp
2022-12-22 15:09:24 +01:00
Emmanuel Briot
23906e8838
feat: add Ada
2022-12-22 14:46:53 +01:00
Stephan Seitz
779b4222a3
injections(go): inject regex into some regexp functions
2022-12-22 10:12:14 +01:00
GitHub
38845442b7
Update parsers: c_sharp, t32
2022-12-22 09:36:09 +01:00
GitHub
9efc2dffc3
Update parsers: c_sharp
2022-12-21 23:57:53 +01:00
xasc
2d48cbc831
feat(t32): initial support
2022-12-21 23:57:06 +01:00
GitHub
51df4212e7
Update parsers: c_sharp
2022-12-21 23:48:11 +01:00
figsoda
d2d8980c5c
injections(yaml): fix injections
2022-12-21 23:38:07 +01:00
dundargoc
e8b765bee1
ci: use builtin jq instead of downloading it
2022-12-21 17:11:59 +01:00
GitHub
770c66d43f
Update parsers: v
2022-12-21 13:16:27 +01:00
dundargoc
87dd482e1a
fix(health): align the list of parsers when doing checkhealth
...
Some parser names are too long for the given space, which shifts the
features so they aren't in line.
2022-12-21 13:08:15 +01:00
GitHub
ca09752575
Update parsers: c_sharp, gdscript, sql
2022-12-21 09:33:24 +01:00
Christian Clason
eedb7b9c69
csharp: update query to parser change
2022-12-20 08:35:20 +01:00
GitHub
8498ebd49b
Update parsers: c_sharp, jsonnet, query
2022-12-20 08:35:20 +01:00
GitHub
6e37050e50
Update parsers: swift
2022-12-19 10:18:32 +01:00
Josef Litoš
a75aded7ae
highlights(java): fix '!',param,global group
2022-12-19 00:03:18 +02:00
GitHub
ee095abeac
Update parsers: help
2022-12-18 00:27:15 +01:00
dundargoc
225846c5e8
ci: bump stylua action to v2
2022-12-17 18:55:50 +01:00
GitHub
2603f1d431
Update parsers: astro
2022-12-17 13:09:09 +01:00
dundargoc
f2a5524add
ci: bump action versions
2022-12-17 12:57:24 +01:00