Extend treesitter highlighting grammer (#2783)

- luadoc: lua type annotation highlighting
- printf: lua string.format highlighting
This commit is contained in:
jotihojr
2024-04-11 12:02:28 +05:30
committed by GitHub
parent a6bd512829
commit 0b1f669caa
+1 -1
View File
@@ -1,5 +1,5 @@
local options = {
ensure_installed = { "lua", "vim", "vimdoc" },
ensure_installed = { "lua", "luadoc", "printf", "vim", "vimdoc" },
highlight = {
enable = true,