aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Born <samuelborn@outlook.de>2024-06-09 14:16:31 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-06-09 14:51:22 +0200
commitb6c1ce8a9545575f8b1ea75e29a4ee9f018e3276 (patch)
treeb31e2a9d22a8c66bb84d862040285fb1c534e11a
parentfd52b63f1d7f2ed00263adee644483490693808a (diff)
downloadrneovim-b6c1ce8a9545575f8b1ea75e29a4ee9f018e3276.tar.gz
rneovim-b6c1ce8a9545575f8b1ea75e29a4ee9f018e3276.tar.bz2
rneovim-b6c1ce8a9545575f8b1ea75e29a4ee9f018e3276.zip
fix(runtime): add commentstring for glsl ftplugin
-rw-r--r--runtime/ftplugin/glsl.lua1
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'