Skip to content

Commit cb0de89

Browse files
authored
feat: add gdscript support (#152)
1 parent 8f37791 commit cb0de89

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
@@ -37,6 +37,7 @@ local L = {
3737
fish = { M.hash },
3838
fsharp = { M.cxx_l, M.fsharp_b },
3939
gdb = { M.hash },
40+
gdscript = { M.hash },
4041
gleam = { M.cxx_l },
4142
go = { M.cxx_l, M.cxx_b },
4243
graphql = { M.hash },

0 commit comments

Comments
 (0)