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
TerseTears
f0f75b6c54
Add wiki link to information on languages
2022-05-21 13:31:47 +02:00
Github Actions
cf3e963e50
Update README
2022-05-05 08:03:37 +02:00
Luke Bakken
4a67de217a
docs: fix checkhealth command in README ( #2884 )
...
Health check command should be `:checkhealth nvim-treesitter`
2022-04-30 17:39:16 +00:00
Github Actions
a33a188ce7
Update README
2022-04-28 01:34:50 +02:00
Github Actions
9fdd6765fc
Update README
2022-04-27 17:23:07 +02:00
TerseTears
24f99166ed
Add org parser
2022-04-23 13:55:05 +02:00
Christian Clason
a189323454
chore: bump minimal Nvim version to 0.7 and check
...
Checks minimal version in `:checkhealth nvim-treesitter`
Also recommend nightlies
2022-04-16 11:13:32 +02:00
Dalembert
04367f46e6
Fix syntax in comment
2022-04-15 18:37:17 +02:00
Konrad Bochnia
1a58c71b73
Add WGSL parser
2022-04-11 23:16:19 +02:00
6cdh
46dc8b8f40
Added scheme support
2022-04-10 13:51:59 +02:00
Christian Clason
acd01551a3
chore!: deprecate ensure_installed=maintained
...
BREAKING CHANGE: specify explicit list or use `ensure_installed='all'`
(not recommended)
2022-04-10 13:24:57 +02:00
kiyan
7141393f12
fix(modules): enabling disabling per buffer and globally
...
When a module is disabled by default in the config, running
TSBufEnable will not enable the module because the is_enabled
function will always return false, thus the module not being enabled.
Also, disabling/enabling the buffers is flaky.
This commit adds per buffer check when the module is not disabled. It
also makes the enable and disable more indempotent.
i've also renamed TS*All to TS*.
Fixes #2754
2022-04-10 11:10:12 +02:00
Github Actions
0373e2ae5f
Update README
2022-04-07 18:12:18 +02:00
Oleksii Demennikov
8dbe97afa2
Added injections
2022-04-03 14:47:06 +02:00