aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/syntax-highlighting/vim/ftplugin/meson.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/syntax-highlighting/vim/ftplugin/meson.vim b/data/syntax-highlighting/vim/ftplugin/meson.vim
index e21b61f..f533405 100644
--- a/data/syntax-highlighting/vim/ftplugin/meson.vim
+++ b/data/syntax-highlighting/vim/ftplugin/meson.vim
@@ -8,6 +8,9 @@ let b:did_ftplugin = 1
let s:keepcpo= &cpo
set cpo&vim
+setlocal commentstring=#\ %s
+setlocal comments=:#
+
setlocal shiftwidth=2
setlocal softtabstop=2