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
Colin Kennedy
4362b04a29
feat: add tree-sitter-disassembly
2024-01-24 19:25:40 -05: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
59d4c14a1a
feat!: bump minimum Nvim version to 0.9.2
...
required for empty injection fix
2024-01-15 13:02:20 +01:00
Github Actions
0dfbf5e48e
Update README
2023-12-19 14:04:53 +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
Github Actions
b8fbd13277
Update README
2023-11-27 15:34:04 +01:00
Github Actions
b056e4227b
Update README
2023-11-26 15:26:31 +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
Github Actions
73287b794d
Update README
2023-11-16 22:17:41 +01:00
Github Actions
31381e3885
Update README
2023-11-13 20:06:12 +01:00
ObserverOfTime
d4fb7557ba
feat: add xcompose parser
2023-11-10 14:10:20 -05:00
Github Actions
7b26b08588
Update README
2023-11-08 17:11:42 +01:00
Github Actions
44d1684db3
Update README
2023-11-08 10:17:00 +01:00
ObserverOfTime
9a746b4b6a
feat: add udev rules parser
2023-11-07 12:17:38 +02:00
Github Actions
a8c14d68b0
Update README
2023-10-30 12:37:14 +01:00
Github Actions
4199be485c
Update README
2023-10-24 09:51:50 +02:00
Colin Kennedy
0179a89656
feat: add objdump to the supported languages ( #5548 )
2023-10-22 12:05:20 +03:00
Amaan Qureshi
6cb93819c9
feat: add GN (Generate Ninja)
2023-10-22 01:17:15 -04:00
github-actions[bot]
2f15204510
Update README ( #5558 )
2023-10-22 02:02:45 +00:00
Github Actions
6f2ef910c2
Update README
2023-10-21 20:49:58 +02:00
Hugo
1bfefd1f98
docs: add hint on configuring custom filetypes ( #5552 )
...
I thought that this functionality was not possible but there's actually
an API for it. This seems like a useful place for others to find more
information on it.
2023-10-20 20:03:50 +09:00
Github Actions
43694a240c
Update README
2023-10-15 15:03:01 -04:00
Github Actions
1d1c32b64b
Update README
2023-10-09 15:39:22 +02:00
ObserverOfTime
dfd4fb330f
feat: add nasm parser ( #5475 )
...
* feat: add nasm parser
* chore: update highlights
---------
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
2023-10-09 11:28:28 +03:00
Mathew Polzin
3a2cc3161e
feat(authzed): add parser and highlight queries. ( #5426 )
...
* feat(authzed): add parser and highlight queries
* Update queries/authzed/highlights.scm
use `any-of` for list of alternative words.
Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
* add injections queries file.
* Update queries/authzed/highlights.scm
* tweak whitespace
* fix errors with capture names.
* style(authzed): reformat highlights
* add self as maintainer
* Update lua/nvim-treesitter/parsers.lua
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
* Add to lockfile and readme
* feat(authzed): Updates to queries and lockfile around newest Authzed parser changes.
* Update queries/authzed/highlights.scm
Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
* Update queries/authzed/highlights.scm
Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
* unnest here similarly to recommended elsewhere
* Update highlights.scm
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
---------
Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
2023-10-07 10:43:35 +09:00
Github Actions
f51d56c261
Update README
2023-10-04 17:42:23 +02:00
Romain Beauxis
691fdc61a1
feat: add liquidsoap
...
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
2023-10-04 10:58:10 -04:00
Marc Jakobi
cb139d880b
chore(haskell): add mrcjkb as maintainer
2023-09-27 17:18:14 +02:00
PorterAtGoogle
b4f6dd7298
feat(textproto): Add Textproto parser and queries ( #5402 )
...
* Add textproto parser and queries
* remove extra newline
* Apply suggestions from code review
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
---------
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2023-09-19 01:26:02 +09:00
github-actions[bot]
f9034812d8
Update README ( #5419 )
...
Co-authored-by: Github Actions <actions@github>
2023-09-18 18:26:55 +09:00
Github Actions
c0170e1e2c
Update README
2023-09-18 07:51:17 +02:00
Github Actions
9dd3e07609
Update README
2023-09-17 19:16:00 +02:00
Github Actions
31d30b3eba
Update README
2023-09-13 09:10:28 +02:00
Github Actions
d5f57cd479
Update README
2023-09-10 14:44:43 +02:00
Tavish Pegram
9d637b7ae8
Feat: Add unison ( #5340 )
...
* Add unison
* Trivial change to force prepush hook
* Undo change
* PR Feedback - remove appended text in query after variable, update lockfile, remove main branch specification in parser
* Replacing captures with only ones in the contributing.md
* Fix typo
* Generate from grammar
* First group of suggested changes
* Update gt operator
* Remove outer parens
* Remove maybe.c
* Add comment injection
2023-09-03 15:05:18 -04:00
Yuri Socher Bichibichi
17b943e7c5
docs: fix typo in README.md
2023-09-02 17:54:11 +03:00
Amaan Qureshi
f8c2825220
feat: add Kconfig
2023-08-31 14:19:23 -04:00
Amaan Qureshi
f0f115e926
feat: add NQC
2023-08-31 05:25:29 -04:00
Amaan Qureshi
a4f4fcdd3e
feat: add Doxygen
2023-08-26 04:58:36 -04:00
Amaan Qureshi
c58694685d
feat: add re2c
2023-08-24 02:52:48 -04:00
Amaan Qureshi
7c935d6bd5
feat: add Forth
2023-08-21 05:04:42 -04:00
Amaan Qureshi
a185f8ebae
feat: add strace
2023-08-20 14:52:06 -04:00
Amaan Qureshi
17d3398b5b
feat: add CSV, PSV, & TSV
2023-08-17 11:15:54 -04:00
Amaan Qureshi
977e932726
feat: add BitBake
2023-08-17 11:14:32 -04:00