mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
README: note that GitLab is also supported
Additionally, fixed the incorrect casing of the fully-proprietary code forge.
This commit is contained in:
parent
99dfc5acef
commit
31c4aee6b2
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ These queries can be used to look up definitions and references to identifiers i
|
||||||
|
|
||||||
## Adding custom languages
|
## Adding custom languages
|
||||||
|
|
||||||
If you have a parser that is not on the list of supported languages (either as a repository on Github or in a local directory), you can add it manually for use by `nvim-treesitter` as follows:
|
If you have a parser that is not on the list of supported languages (either as a repository on GitHub or GitLab, or in a local directory), you can add it manually for use by `nvim-treesitter` as follows:
|
||||||
|
|
||||||
1. Add the following snippet in a `User TSUpdate` autocommand:
|
1. Add the following snippet in a `User TSUpdate` autocommand:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue