File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
" (patch from Khym Chanur to add @Spell)
7
7
" (patch from James McCoy to fix paren matching)
8
8
" (2025 Sep 14 patch from Damien Lejay to detect unportable +=)
9
+ " (2025 Sep 18 by Vim Project: fix inconsistent group name)
9
10
10
11
" Well, I actually even do not know much about m4. This explains why there
11
12
" is probably very much missing here, yet !
@@ -36,7 +37,7 @@ syn region configmsg matchgroup=configfunction start="AC_MSG_[A-Z]*\ze(\[" matc
36
37
syn region configmsg matchgroup =configfunction start =" AC_MSG_[A-Z]*\z e([^[]" matchgroup=configdelimiter end=")" contains=configdelimiter,@Spell
37
38
38
39
" Help write portable shell code
39
- syn match acPlusEq ' \v\+\= ' containedin =ALLBUT,configcomment
40
+ syn match configPlusEq ' \v\+\= ' containedin =ALLBUT,configcomment
40
41
41
42
" Define the default highlighting.
42
43
" Only when an item doesn't have highlighting yet
@@ -51,7 +52,7 @@ hi def link configkeyword Keyword
51
52
hi def link configspecial Special
52
53
hi def link configstring String
53
54
hi def link configmsg String
54
- hi def link acPlusEq Error
55
+ hi def link configPlusEq Error
55
56
56
57
57
58
let b: current_syntax = " config"
You can’t perform that action at this time.
0 commit comments