diff options
author | Samuel Born <samuelborn@outlook.de> | 2024-06-09 14:16:31 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-06-09 14:51:22 +0200 |
commit | b6c1ce8a9545575f8b1ea75e29a4ee9f018e3276 (patch) | |
tree | b31e2a9d22a8c66bb84d862040285fb1c534e11a | |
parent | fd52b63f1d7f2ed00263adee644483490693808a (diff) | |
download | rneovim-b6c1ce8a9545575f8b1ea75e29a4ee9f018e3276.tar.gz rneovim-b6c1ce8a9545575f8b1ea75e29a4ee9f018e3276.tar.bz2 rneovim-b6c1ce8a9545575f8b1ea75e29a4ee9f018e3276.zip |
fix(runtime): add commentstring for glsl ftplugin
-rw-r--r-- | runtime/ftplugin/glsl.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ftplugin/glsl.lua b/runtime/ftplugin/glsl.lua new file mode 100644 index 0000000000..f398d66a63 --- /dev/null +++ b/runtime/ftplugin/glsl.lua @@ -0,0 +1 @@ +vim.bo.commentstring = '// %s' |