Skip to content

Commit

Permalink
docs(readme): add note about parser_map examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Apr 13, 2024
1 parent e19a5e7 commit b27ce60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b27ce60

Please sign in to comment.