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
Github Actions
8a5e5ca27a
Update README
2022-04-01 10:30:48 +02:00
Github Actions
69308ad73d
Update README
2022-03-29 18:33:32 +02:00
Christian Clason
97691940d1
doc: mention vim.filetype.add() in README
...
...instead of `ftdetect` additions
2022-03-27 18:44:11 +02:00
Martin Kunz
831be7f097
edit(readme): note about the configuration filetypes
2022-03-19 12:27:04 +01:00
Github Actions
68f016daf6
Update README
2022-03-17 08:52:32 +01:00
Github Actions
8d92fa851e
Update README
2022-03-11 19:20:36 +01:00
Github Actions
2ff68da179
Update README
2022-03-08 08:36:20 +01:00
Github Actions
dcfd6c0637
Update README
2022-02-28 23:00:09 +01:00
kiyan
560e8fb450
refacto: expose a function to set custom capture for the higlighter
...
BREAKING: deprecate custom_captures from highlight config.
This allows plugin authors to extend the map. It also avoids settings
user configuration specific values during the highlighter
initialization (SOC).
Not sure how much value this brings, and might potentially break a lot
of people configurations. This is questionable.
2022-02-19 18:26:51 +01:00
github-actions[bot]
32eb167875
Update README ( #2532 )
...
Co-authored-by: Github Actions <actions@github>
2022-02-15 18:23:36 +00:00