summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/cfg.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-09-09 21:55:11 +0200
committerBram Moolenaar <Bram@vim.org>2021-09-09 21:55:11 +0200
commit6c391a74fe90190796ca0b0c010112948a6e75d7 (patch)
tree6f313c0f99a43bba9d48cee72d6ba1ed7fc95e26 /runtime/syntax/cfg.vim
parentd176ca3dde47c11aae0376c31b7e1ba0939c8c6c (diff)
Update runtime files
Diffstat (limited to 'runtime/syntax/cfg.vim')
-rw-r--r--runtime/syntax/cfg.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/cfg.vim b/runtime/syntax/cfg.vim
index a50297d418..f347b1379f 100644
--- a/runtime/syntax/cfg.vim
+++ b/runtime/syntax/cfg.vim
@@ -32,7 +32,7 @@ syn match CfgComment "#.*"
syn match CfgComment ";.*"
syn match CfgComment "\/\/.*"
-" Define the default hightlighting.
+" Define the default highlighting.
" Only when an item doesn't have highlighting yet
hi def link CfgOnOff Label
hi def link CfgComment Comment