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
traxys
ca64d8b028
feat: add lalrpop parser ( #2524 )
...
LALRPOP is a parser generator for Rust. This only parses the LALRPOP
side of the generator, not the nearly-rust code of the actions.
2022-02-13 16:18:41 +00:00
kiyan
97cc325a17
doc: add information about lua-heredoc
2022-02-11 10:42:03 +01:00
kiyan
cf21576b0c
chore: update init.vim refs to init.lua
2022-02-11 10:42:03 +01:00
kiyan
2e67eace75
chore: remove lua heredocs in documentation and readme
2022-02-11 10:42:03 +01:00
Carlo Sala
726d9be3aa
fix: readme typo, removing deprecated docs
2022-02-06 20:22:44 +01:00
kiyan
58a4897e6d
refacto: deprecate used_by in parsers.lua
...
- remove print_warning function from utils.lua (unused)
- cleanup some functions in parsers.lua (parameters overloading
and wrong bufnr used).
- log a deprecation notice when using used_by in a parser definition
- default the filetype_to_parsername table to the list of filetypes
previously in the used_by keys
- update the README to indicate that change
2022-02-06 14:30:57 +01:00
jedsek
767292681e
Update 'troubleshooting' for using mirror.
2022-02-06 12:59:12 +01:00
github-actions[bot]
aefabaa1d4
Update README ( #2447 )
...
Co-authored-by: Github Actions <actions@github>
2022-02-04 10:42:36 +00:00
github-actions[bot]
3cfbde4db0
Update README ( #2443 )
...
Co-authored-by: Github Actions <actions@github>
2022-02-03 18:23:04 +00:00
github-actions[bot]
5e3a93f365
Update README ( #2399 )
...
Co-authored-by: Github Actions <actions@github>
2022-01-29 18:57:28 +01:00
Mateus Melchiades
5fc4cb5d2d
Vala language support
2022-01-29 18:43:44 +01:00
Github Actions
923f91b5d6
Update README
2022-01-25 18:05:31 +01:00
Christian Clason
97ffd5c43d
doc: stress need to :TSUpdate after lockfile change
2022-01-24 16:28:02 +01:00
Stephan Seitz
bb33aea03c
Set CXX standard per parser and fix Norg
2022-01-23 16:27:25 +01:00
Github Actions
9419107d86
[docgen] Update README.md
...
skip-checks: true
2022-01-23 16:27:25 +01:00
Github Actions
f048886f82
Update README
2022-01-20 19:22:27 +01:00
Github Actions
4581400e44
Update README
2022-01-18 22:54:18 +01:00
Christian Clason
1b9d059c55
docs(readme): mention tracking issue for language support
2022-01-17 16:34:39 +01:00
Github Actions
b64f848f59
[docgen] Update README.md
...
skip-checks: true
2022-01-17 10:53:35 +01:00
Kid
1c9a546fcd
Tighten requirements
2022-01-16 16:09:52 +01:00
Kid
f07dc05bb6
Recommend nightly
2022-01-16 16:09:52 +01:00
Kid
15a8a40f27
Remove nightly Neovim requirement from README
2022-01-16 16:09:52 +01:00
Stephan Seitz
2f489ad3c6
docs(readme): make custom parser example more explicit about options
2022-01-16 15:40:27 +01:00
Github Actions
687584df55
Update README
2022-01-16 15:37:47 +01:00
Github Actions
99ce1135d7
Update README
2022-01-16 15:02:26 +01:00
Christian Clason
cca7d1d671
fix(swift): switch to maintained parser
...
upstream https://github.com/tree-sitter/tree-sitter-swift is abandoned.
2022-01-16 14:27:24 +01:00
Christian Clason
316b32b3db
doc(README): mention CONTRIBUTING for captures
2022-01-16 11:56:40 +01:00
Sal Bakraa
f9179db8de
docs(kotlin): change Kotlin maintainer
2022-01-08 20:01:00 +01:00
Sal Bakraa
89abe4af39
fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotln
2022-01-08 20:01:00 +01:00
Github Actions
88c1f4ed85
Update README
2022-01-08 13:20:52 +01:00
Elwardi
16e77495c4
Add OpenFOAM parser
2022-01-08 13:20:52 +01:00
Alexandre A. Muller
a7c0c1764b
Add ninja parser ( #2217 )
...
* Add ninja parser
* Add branch main
* No need for ftdetect
2022-01-08 01:26:33 +00:00
Github Actions
f7d4ba2ac9
Update README
2022-01-05 11:55:00 +01:00
Github Actions
479fde3471
Update README
2022-01-04 01:26:40 +01:00
github-actions[bot]
ad69e2528a
Update README ( #2160 )
...
Co-authored-by: Github Actions <actions@github>
2021-12-24 19:35:59 +00:00
Omer Tuchfeld
3b05ef4492
Add support for new golang go.work files
...
The new golang 1.18 version (currently in beta) [introduced](https://github.com/golang/go/issues/45713 ) a new file type
called `go.work`.
This commit adds support for the syntax of that file using the https://github.com/omertuc/tree-sitter-go-work repository
That repository is heavily based on previous work in the https://github.com/camdencheek/tree-sitter-go-mod repository, with a few
minor changes to make it work on the very similar `go.work` files.
2021-12-18 20:02:08 +01:00
Santos Gallegos
4aa9f6b7f7
Make example config more easy to read
...
Ref https://github.com/nvim-treesitter/nvim-treesitter/issues/2095#issuecomment-992759818
2021-12-18 14:50:48 +01:00
Github Actions
3bb483a5c0
Update README
2021-12-14 15:36:16 +01:00
Stephan Seitz
913b72d60d
docs: remove advice to use 0.5-compat
...
0.5-compat branch was not actively maintained and nvim-treesitter
also runs with stable versions. We should be able to maintain
compatibility with latest stable by fall-back implementations in case
there should be a breaking change.
2021-12-06 20:57:50 +01:00
Github Actions
2c19f8984b
[docgen] Update README.md
...
skip-checks: true
2021-11-30 23:40:49 +01:00
Github Actions
edfafce6f4
[docgen] Update README.md
...
skip-checks: true
2021-11-28 00:36:24 +01:00
Github Actions
c25aa3d41a
[docgen] Update README.md
...
skip-checks: true
2021-11-26 22:42:55 +01:00
Jirgn
85bc7431e8
fix: listing of grammar support
2021-11-26 22:04:59 +01:00