From 31c4aee6b2a983e36f811e39bd3dd4222609f572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=B7=F0=90=91=91=F0=90=91=B4=F0=90=91=95=F0=90=91=91?= =?UTF-8?q?=F0=90=91=A9=F0=90=91=A4?= Date: Mon, 5 Jan 2026 11:32:25 +0700 Subject: [PATCH] README: note that GitLab is also supported Additionally, fixed the incorrect casing of the fully-proprietary code forge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 298ee8182..95cf69033 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ These queries can be used to look up definitions and references to identifiers i ## 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: