Skip to content

Commit 5b4ba10

Browse files
committed
feat: treesitter vue 설치 명시
1 parent 15cc5fa commit 5b4ba10

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lua/plugins/highlight.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,19 @@ return {
1414
"lua",
1515
"vim",
1616
"vimdoc",
17+
18+
-- for system programming
1719
"c",
1820
"cpp",
1921
"rust",
22+
"zig",
23+
24+
-- JS & TS
2025
"html",
2126
"css",
2227
"javascript",
2328
"typescript",
24-
"zig",
29+
"vue",
2530
},
2631
highlight = { enable = true },
2732
indent = { enable = true },

0 commit comments

Comments
 (0)