mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 06:52:28 +01:00
Add missing syn-contained args to the :mksyntax generated file.
This commit is contained in:
@@ -603,6 +603,7 @@ unlet b:current_syntax
|
||||
syn match <name>CommandStart "\%(^\s*:\=\)\@<=" nextgroup=<name>Command,<name>AutoCmd
|
||||
|
||||
<commands>
|
||||
\ contained
|
||||
|
||||
syn match <name>Command "!" contained
|
||||
|
||||
@@ -617,6 +618,7 @@ syn region <name>Set matchgroup=<name>Command start="\%(^\s*:\=\)\@<=\<\%(setl\%
|
||||
\ end="$" keepend oneline contains=<name>Option,<name>String
|
||||
|
||||
<options>
|
||||
\ contained nextgroup=pentadactylSetMod
|
||||
|
||||
<toggleoptions>
|
||||
execute 'syn match <name>Option "\<\%(no\|inv\)\=\%(' .
|
||||
|
||||
Reference in New Issue
Block a user