aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-04-06 01:31:38 +0800
committerjdhao <jdhao@hotmail.com>2021-04-06 01:31:38 +0800
commitefb7a8e34fd87c06848beb96ccdf00c25b52e354 (patch)
treed8acd22fc5af6dc6d3b0f9c81119f64f7c33eced /core
parent9d4bfd57e242e3aa5a82e1a95dda0f474ae91c61 (diff)
Enable embeded lua highlight in vim script
Diffstat (limited to 'core')
-rw-r--r--core/variables.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/variables.vim b/core/variables.vim
index 9625609..2002d23 100644
--- a/core/variables.vim
+++ b/core/variables.vim
@@ -26,6 +26,9 @@ endif
" Custom mapping <leader> (see `:h mapleader` for more info)
let mapleader = ','
+
+" Enable highlighting for lua HERE doc inside vim script
+let g:vimsyn_embed = 'l'
"}}
"{{ Disable loading certain plugins