Add YAML support
This commit is contained in:
parent
8cb6484670
commit
a7ddc75380
|
@ -624,6 +624,9 @@ local highlight_groups = {
|
||||||
--[[ 4.3.32. PlantUML ]]
|
--[[ 4.3.32. PlantUML ]]
|
||||||
plantumlColonLine = {},
|
plantumlColonLine = {},
|
||||||
|
|
||||||
|
--[[ 4.3.33. YAML ]]
|
||||||
|
yamlKey = 'Label',
|
||||||
|
|
||||||
--[[ 4.4. Plugins
|
--[[ 4.4. Plugins
|
||||||
Everything in this section is OPTIONAL. Feel free to remove everything
|
Everything in this section is OPTIONAL. Feel free to remove everything
|
||||||
here if you don't want to define it, or add more if there's something
|
here if you don't want to define it, or add more if there's something
|
||||||
|
|
Loading…
Reference in New Issue