From b27ce6009799c57838dcc012ca940fd31eb6838c Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sat, 13 Apr 2024 18:00:40 +0200 Subject: [PATCH] docs(readme): add note about parser_map examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5da37d2..a854ebb 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,8 @@ auto_install = "prompt" # true | false [treesitter.parser_map] # You can add custom filetype to parser mappings. # Determine the filetype with ':lua =vim.bo[0].filetype'. +# NOTE: You don't actually have to add these examples. +# They are added by default. PKGBUILD = "bash" cls = "latex" sty = "latex"