Skip to content

Commit 27f9416

Browse files
feat: add glsl support (#184)
1 parent 2e0572c commit 27f9416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ local L = {
4545
gdb = { M.hash },
4646
gdscript = { M.hash },
4747
gleam = { M.cxx_l },
48+
glsl = { M.cxx_l, M.cxx_b },
4849
go = { M.cxx_l, M.cxx_b },
4950
graphql = { M.hash },
5051
groovy = { M.cxx_l, M.cxx_b },

0 commit comments

Comments
 (0)