Christian Clason
02ff2220d3
fix(xml): adapt to repo layout change
2024-02-13 09:33:50 +00:00
Turiiya
0aa7131044
chore(v): update repository url
2024-02-11 14:36:19 +01:00
Jongwook Choi
9860fceb73
fix: use augroup for auto_install autocmds
...
Problem: The FileType autocmd to automatically install parsers on a new
filetype (introduced in #3130 ) did not have augroup. As a result, when
`ts_configs.setup{ }` is called multiple times (for some reason),
duplicated installation requests will be made.
Solution: Use augroup with `clear = true`.
2024-02-11 11:21:29 +01:00
Christian Clason
b8840a426e
feat(tcl): add parser and queries
2024-02-09 18:29:39 +01:00
Amaan Qureshi
6b93dcd15a
chore(vue): adapt to scanner rewrite ( #6068 )
2024-02-10 02:05:52 +09:00
Charles
95036477c1
feat: add sourcepawn parser and queries ( #5865 )
2024-02-10 00:40:01 +09:00
Tobias Hunger
0f3183dda8
feat(slint)!: change to the official parser ( #6027 )
...
This change replaces the slint parser written and maintained by @jrmoulton
with the official one hosted in the slint-ui organization on github.
A huge thank you to @jrmoulton for all his work on the tree-sitter
parser!
---------
Co-authored-by: jrmoulton <jaredmoulton3@gmail.com>
2024-02-09 13:46:57 +00:00
Luckas
bc07e58f42
feat: add hyprlang parser & queries ( #5852 )
...
Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
2024-02-09 10:19:46 +01:00
wzy
cab95b2f96
feat: add tree-sitter-asm parser ( #5946 )
2024-02-09 09:50:46 +01:00
Amaan Qureshi
6d1ab048d2
chore(ruby): adapt to scanner rewrite
2024-02-09 09:50:04 +01:00
Amaan Qureshi
76700e147b
feat(d)!: switch upstream parser to gdamore/tree-sitter-d
2024-02-08 18:59:04 -05:00
Riley Bruins
cbf0dfd92f
feat(readline): add parser tree-sitter-readline ( #6058 )
2024-02-08 21:03:21 +02:00
Karl Hiner
b444afa1da
feat(faust): add tree-sitter-faust ( #6043 )
2024-02-08 10:54:33 +01:00
Maria José Solano
4fbf150a16
fix(inc-selection): handle deleting non-existing keymaps
2024-02-03 10:34:08 +01:00
Maria José Solano
140a486abe
refactor(inc-selection): simplify keymap and add error message
2024-02-03 10:34:08 +01:00
Amaan Qureshi
8b99311ca1
chore(bicep): update queries and add scanner
2024-02-02 08:24:59 +01:00
Maria José Solano
ba64547834
fix(incremental-selection): second attempt at fixing command ( #6014 )
2024-01-30 22:34:46 +01:00
Murtaza
d4dac523d2
feat(groovy)!: switch to more complete parser ( #5957 )
...
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2024-01-28 22:17:50 +01:00
Maria José Solano
458ce4d16c
fix(incremental-selection): use cmd instead of :lua for command
2024-01-27 22:51:26 +01:00
Dennis van den Berg
2fb2100fed
feat(angular)!: switch to parser supporting v17 ( #5779 )
2024-01-27 12:17:25 +01:00
Christian Clason
cf13c96050
fix(jsdoc): add scanner.c
2024-01-27 10:30:03 +01:00
Dai López
ffb19d5dee
feat(gnuplot): added gnuplot parser and queries ( #5594 )
...
* feat(gnuplot): added gnuplot parser and queries
---------
Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
2024-01-26 13:30:43 +02:00
Leftas
ce4adf11cf
Fix find_usages
2024-01-25 19:24:18 +01:00
Colin Kennedy
4362b04a29
feat: add tree-sitter-disassembly
2024-01-24 19:25:40 -05:00
James Trew
cd4e090994
fix(locals): index matches with split capture names
2024-01-22 17:09:27 +01:00
wzy
94bd4bcc5b
feat: add the zathurarc parser ( #5948 )
2024-01-21 19:42:30 +02:00
tk-shirasaka
64b3d5e569
feat: add the php_only parser included in tree-sitter-php ( #5876 )
...
Add parser `php_only` for PHP files without HTML embedded.
Make queries for combined parser `php` inherit from `php_only` (no extensions needed).
---------
Co-authored-by: shirasaka <tk.shirasaka@gmail>
2024-01-20 12:34:49 +00:00
ObserverOfTime
17fae3f4a3
feat(injections): add printf format strings
2024-01-19 16:58:37 +01:00
Christian Clason
5b90ea2aba
feat(locals)!: switch to upstream captures
2024-01-19 16:58:37 +01:00
Christian Clason
f197a15b0d
revert "fix(config)!: always install parsers bundled with nvim"
2024-01-19 16:45:58 +01:00
Christian Clason
5037721ec5
fixup: proper union of tables
2024-01-18 17:08:20 +01:00
Christian Clason
07c8c3d84f
fixup: empty ensure_installed
2024-01-17 11:07:20 +01:00
Christian Clason
7b326a0962
fixup: don't extend _with_ 'all'
2024-01-17 11:01:24 +01:00
Christian Clason
97ba59c6f5
fixup: ensure_installed can be 'all'
2024-01-16 19:05:28 +01:00
Christian Clason
fe89bf1719
fix(config)!: always install parsers bundled with nvim
2024-01-16 18:24:59 +01:00
Christian Clason
59d4c14a1a
feat!: bump minimum Nvim version to 0.9.2
...
required for empty injection fix
2024-01-15 13:02:20 +01:00
Christian Clason
f6483d1194
fix(php): adjust to parser refactor
2024-01-07 13:12:04 +01:00
Mark Skelton
a0b815497b
feat: add tree-sitter-styled ( #5735 )
...
* Add styled parser
* Add queries
* Update highlights
* Remove unnecessary highlights
* Update injections to use the styled grammar
* Remove requires npm
2023-12-19 21:53:00 +09:00
Pham Huy Hoang
79dcd0e24c
fix: remove 0-length range usage in indent.lua ( #5805 )
2023-12-19 19:42:30 +09:00
Christian Clason
9bc1f1e640
fix(v): adapt to removed scanner.c
2023-12-15 10:24:32 +01:00
Tomohiro Hashidate
b41bbcbb9a
feat: add rbs parser support ( #5745 )
2023-12-01 01:22:29 +09:00
Stephan Seitz
10432e6b0f
parsers: add tree-sitter-slang
2023-11-29 00:54:24 -08:00
Bryan Kenote
bf982eb7dc
feat: add facility
2023-11-28 12:24:43 -05:00
Tomas Sandven
482a2f15d3
Fix robot parser metadata in parsers.lua
2023-11-27 09:36:47 +01:00
Christian Clason
52b25c9a3f
fixup: parser requires generate (ABI)
2023-11-26 15:24:26 +01:00
Christian Clason
de5197871e
fixup: lint
2023-11-26 15:24:26 +01:00
Christian Clason
1e74c34b66
feat: add angular parser and queries
2023-11-26 15:24:26 +01:00
ObserverOfTime
6b24db0c8f
feat: add properties parser
2023-11-21 13:13:26 +02:00
Amaan Qureshi
d876296476
feat: add Linkerscript ( #5693 )
2023-11-19 18:10:52 +09:00
Vincent Rischmann
da6646c3e5
feat: add templ
...
---------
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2023-11-16 16:12:55 -05:00