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
Uy Ha
322d723c89
rearrange queries, include all builtin commands in one query
2022-12-13 21:17:48 +01:00
Uy Ha
380287745e
add highlight for list command
2022-12-13 21:17:48 +01:00
Uy Ha
15ee2cb240
add highlight for unset command
2022-12-13 21:17:48 +01:00
Uy Ha
d1f8e102e5
add queries for block, return, break, continue, and include
2022-12-13 21:17:48 +01:00
Uy Ha
134d5bee6e
feat(cmake): add block_def to fold
2022-12-13 21:17:48 +01:00
Ananda Umamil
1d6e1354b7
highlights(typescript): add module keyword
2022-12-13 21:10:26 +01:00
Raymond Ha
30a45fc76b
test: Add test name to summary output
2022-12-13 21:09:54 +01:00
github-actions[bot]
eadfcad580
Update lockfile.json ( #3966 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-12-13 06:57:57 +00:00
GitHub
ae0317d78a
Update lockfile.json
2022-12-12 07:48:09 +01:00
GitHub
619f1ace03
Update lockfile.json
2022-12-10 08:29:07 +01:00
github-actions[bot]
add21c54c8
Update lockfile.json ( #3955 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-12-09 21:19:47 +00:00
gbprod
fbc2ce9d65
feat(php): improve indents for match and switch ( #3953 )
2022-12-09 22:07:05 +01:00
GitHub
35ad87384b
Update lockfile.json
2022-12-09 08:19:06 +01:00
Benedikt Reinartz
84261c67fc
feat(erlang)!: switch parser to maintained fork ( #3791 )
...
update queries to breaking changes
2022-12-08 19:40:41 +01:00
GitHub
0b00eb4b82
Update lockfile.json
2022-12-08 11:26:08 +01:00
github-actions[bot]
a824b193af
Update lockfile.json ( #3949 )
...
Co-authored-by: GitHub <noreply@github.com>
2022-12-08 10:15:00 +00:00
david-pikas
caa28be705
latex: @nospell for environment names, citations and commands ( #3948 )
...
* Added @nospell for environment names and commands
* Added citations to @nospell
Co-authored-by: David Pikas <David.Pikas@iar.com>
2022-12-08 11:01:56 +01:00
GitHub
582e5683fb
Update lockfile.json
2022-12-07 18:15:57 +01:00
Raymond Ha
6c4772f7b6
indents(ecma): Fix switch default indent
2022-12-07 18:05:33 +01:00
GitHub
440401c506
Update lockfile.json
2022-12-07 09:36:40 +01:00
GitHub
7eb553ce4d
Update lockfile.json
2022-12-06 11:14:57 +01:00
gbprod
56cabb6435
fix(php): add missing php fold query
2022-12-06 10:58:45 +01:00
GitHub
c744b49f13
Update lockfile.json
2022-12-06 08:30:16 +01:00
GitHub
4953fdf73e
Update lockfile.json
2022-12-05 17:40:04 +01:00
GitHub
29d8e76465
Update lockfile.json
2022-12-05 08:15:17 +01:00
Julien Burkhard
b6beb5e7d0
feat: support when buf is not current
2022-12-04 18:35:55 +01:00
Stephan Seitz
e71dfc1e7a
highlights(go): add @label
2022-12-04 11:56:40 +01:00
GitHub
a2ac48e7f3
Update lockfile.json
2022-12-04 11:47:40 +01:00
GitHub
8e7b61e4aa
Update lockfile.json
2022-12-03 18:23:35 +01:00
GitHub
9bfd4259c1
Update lockfile.json
2022-12-03 12:10:24 +01:00
Christian Clason
360315540c
fix(julia): update queries to parser change
2022-12-03 12:00:27 +01:00
GitHub
43dbdeea85
Update lockfile.json
2022-12-03 12:00:27 +01:00
GitHub
44289d817e
Update lockfile.json
2022-12-02 22:01:19 +01:00
Stephan Seitz
d6a2ecb8b7
highlights: create subscoping for ternary operator
...
After https://github.com/nvim-treesitter/nvim-treesitter/issues/470 ,
we decided to use `@conditional` for ternary operator instead of
operator despite `@conditional` is documented for keywords only.
A sub-scoping can make it easier for people to highlight this operator
group differently.
Also unify the usage of `@conditional...` across languages.
2022-12-02 21:42:11 +01:00