Extend treesitter highlighting grammer (#2783)

- luadoc: lua type annotation highlighting
- printf: lua string.format highlighting
pull/2790/head
jotihojr 4 weeks ago committed by GitHub
parent a6bd512829
commit 0b1f669caa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,5 @@
local options = {
ensure_installed = { "lua", "vim", "vimdoc" },
ensure_installed = { "lua", "luadoc", "printf", "vim", "vimdoc" },
highlight = {
enable = true,

Loading…
Cancel
Save