Skip to content

Commit

Permalink
feat(ft): added gdshader support (#424)
Browse files Browse the repository at this point in the history
Add support for filetype `gdshader`, which is the shader programming
language of [Godot game engine](https://github.com/godotengine/godot).

Comment rules are explained
[here](https://docs.godotengine.org/en/stable/tutorials/shaders/shaders_style_guide.html#comment-spacing).
  • Loading branch information
yunusey committed Jun 9, 2024
1 parent 0c9085a commit a4a8afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ local L = setmetatable({
fsharp = { M.cxx_l, M.fsharp_b },
gdb = { M.hash },
gdscript = { M.hash },
gdshader = { M.cxx_l, M.cxx_b },
gitignore = { M.hash },
gleam = { M.cxx_l },
glsl = { M.cxx_l, M.cxx_b },
Expand Down

0 comments on commit a4a8afa

Please sign in to comment.