gbprod
118a87f7e7
feat: add gitcommit parser
2022-11-24 12:26:02 +01:00
ObserverOfTime
126a271363
feat: add mermaid
2022-11-20 12:24:55 +01:00
ObserverOfTime
8a261e32ec
feat: add jq
2022-11-18 18:17:52 +01:00
Christian Clason
f5c088771b
docs: remove readme png from version control
2022-11-18 17:29:37 +01:00
Github Actions
e82cc93d57
Update README
2022-11-18 16:51:55 +01:00
Github Actions
7b5fcf943c
Update README
2022-11-16 10:46:08 +01:00
github-actions[bot]
1d443fe78f
Update README ( #3802 )
...
Co-authored-by: Github Actions <actions@github>
2022-11-13 11:43:28 +00:00
Carlos Alexandro Becker
eff0d43b49
feat: vhs (.tape) support ( #3726 )
2022-11-13 12:33:54 +01:00
Wuelner Martínez
4f8b2480b3
fix(readme): disable folding at startup
2022-11-01 22:43:50 +01:00
Jelle Haandrikman
7709eb4b47
Disable folding at startup.
2022-11-01 10:16:42 +01:00
Github Actions
3cab7b4346
Update README
2022-10-28 11:27:57 +02:00
gbprod
053f88f556
feat(git_rebase): add git_rebase parser
2022-10-28 10:36:23 +02:00
Github Actions
d49495fe72
Update README
2022-10-20 09:26:28 +02:00
gbprod
1e4b23c266
feat(diff): add diff parser
...
This commit introduce diff parser.
2022-10-19 16:22:58 -07:00
Christian Clason
de2fa5327a
fix(readme): update highlight instructions
2022-10-17 09:20:42 +02:00
Christian Clason
42ab95d5e1
feat!: remove obsolete TS* highlight groups
2022-10-16 15:50:55 +02:00
Github Actions
addc129a4f
Update README
2022-10-15 17:58:21 +02:00
Chih-Pin Tan
e3a33e2812
Update configuration example for auto_install
2022-10-12 09:24:14 +02:00
Github Actions
39cc1be202
Update README
2022-10-03 10:14:00 +02:00
gbprod
d8a695a1ac
Introduce twig parser
...
This commit introduce parser, highlights and injections for the
[twig syntax](https://twig.symfony.com )
2022-10-03 10:06:41 +02:00
Jędrzej Boczar
e2efbb6569
docs: add example of how to use function to disable a module
2022-10-01 22:46:51 -04:00
Github Actions
c466ffd860
Update README
2022-09-29 09:03:23 +02:00
Github Actions
8ec59aee80
Update README
2022-09-20 09:14:11 +02:00
Github Actions
8dcaff2eee
Update README
2022-09-12 12:09:49 +02:00
Github Actions
b2f032eb36
Update README
2022-09-10 11:26:03 -07:00
Cezary Drożak
f2d3d509d9
feat: add jsonnet
2022-09-10 11:09:10 -07:00
Github Actions
0a7de0d216
Update README
2022-09-09 09:56:05 +02:00
Github Actions
d6bad5aeea
Update README
2022-09-08 10:14:40 +02:00
Github Actions
b8a7eed639
Update README
2022-09-05 14:52:34 -07:00
Github Actions
c398cbc8f5
Update README
2022-09-02 10:37:56 +02:00
Stephan Seitz
a28e1ed03a
docs: make setting about install location more discoverable
2022-08-26 13:35:17 -07:00
Github Actions
388e36cd28
Update README
2022-08-26 12:04:40 -07:00
Github Actions
2bb9bb7386
Update README
2022-08-19 15:15:11 -07:00
Github Actions
dcf6b8d054
Update README
2022-08-17 08:54:39 +02:00
Github Actions
7e596c4adf
Update README
2022-08-16 11:49:52 -07:00
NTBBloodbath
e9ab034139
chore: update tree-sitter-http parser URL
2022-08-09 09:06:19 +02:00
6cdh
d642de92f7
Add racket support
2022-08-03 00:25:14 +02:00
Github Actions
2c274be580
Update README
2022-07-09 16:30:11 +02:00
Jonas Strittmatter
365f0eb75f
feat: add option to auto-install missing parsers ( #3130 )
2022-07-08 07:36:54 +00:00
derekstride
8927588e47
Initial SQL support
2022-07-08 00:15:40 +02:00
Access
4b5966c81a
add qmljs ( #3126 )
2022-07-07 16:33:47 +02:00
Github Actions
b7fbf9ed2d
Update README
2022-06-26 20:35:30 +02:00
Christian Clason
ee2dcc1cbe
docs: minimal supported tree-sitter version
...
Some parsers are built with ABI 14, which was introduced in tree-sitter 0.20.3.
2022-06-24 00:03:39 +02:00
Duncan McDougall
901ffe1a36
Add support for custom parser install locations #2959 ( #3031 )
2022-06-20 22:50:07 +02:00
Github Actions
347aaa9589
Update README
2022-06-19 22:14:08 +02:00
Brian Albert Monroe
d0d7f32b71
Update the readme
2022-06-19 21:45:19 +02:00
Github Actions
78466dc62d
Update README
2022-06-19 18:16:07 +02:00
Github Actions
5f8ca1c08f
Update README
2022-06-14 22:38:14 +02:00
Github Actions
6619abafd1
Update README
2022-05-21 14:02:05 +02:00
tami5
010f364295
feat(vlang): initial support
...
Add support for vlang filetypes.
- [ ] Highlight `C` as builtin variable. This is FFI in vlang land,
where C act like extern and access c functions. The vlang parser does
some extension between C function calls and arguments but I believe
highlighting C as builtin variable is sufficient indicator for now. I
tried to use offset! but failed. Any suggestions?
- [ ] Set up parser url. the vlang parser is located within [vls] repo. Is
installing from nested repo supported? `tree_sitter_v/src/parser.c`?
[vls]: https://github.com/vlang/vls/tree/master/tree_sitter_v
cc @elianiva @theHamsta
2022-05-21 13:48:58 +02:00