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
GitHub
69cbb6c6d3
Update parsers: c_sharp, lua
2022-12-17 10:16:03 +01:00
GitHub
36c6826274
Update parsers: c_sharp, php, sql
2022-12-16 09:57:21 +01:00
Stephan Seitz
507527711f
feat: allow to set keymappings to false
...
Fixes #3954
2022-12-15 14:55:15 +01:00
Jaehwang Jung
a0dc6c8635
highlights(lua): use @method.call
2022-12-15 12:42:51 +01:00
Stephan Seitz
818fb3b96b
ci: Add name of updated parsers to commit message
...
Fixes #3962
2022-12-15 10:03:04 +01:00
github-actions[bot]
c5d025c467
Update lockfile.json ( #3976 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-12-15 08:22:26 +00:00
Attila Tajti
6ed8a41bd5
utils: respect shellslash setting
...
Use '/' as path separator on Windows when shellslash is set.
2022-12-14 17:27:16 +01:00
Attila Tajti
07ff07ae4c
install: fix is_installed checks with shellslash
...
Convert paths to use backslashes on Windows.
2022-12-14 17:27:16 +01:00
Attila Tajti
8b5080b1bf
shell: respect shellslash option on Windows
...
Always use backlashes as path separators
in commands when they are used in cmd.exe.
Fixes #2844 #1965
2022-12-14 17:27:16 +01:00
Sergio A. Vargas
d31c71c959
julia: update queries to parser change ( #3956 )
2022-12-14 09:06:08 +01:00
GitHub
bfb875673e
Update lockfile.json
2022-12-14 07:36:31 +01:00
Uy Ha
69388e84c3
add queries project and cmake_minimum_required
2022-12-13 21:17:48 +01:00
Uy Ha
3ac093e702
remove redundant parentheses
2022-12-13 21:17:48 +01:00
Uy Ha
320804c4f1
bind ENV and CACHE as @storageclass
2022-12-13 21:17:48 +01:00
Uy Ha
9508e2188f
add OUTPUT_VARIABLE query for list TRANSFORM
2022-12-13 21:17:48 +01:00