mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(dial): yaml support
This commit is contained in:
parent
76b41cdec4
commit
f64bbd29fb
1 changed files with 6 additions and 0 deletions
|
@ -108,6 +108,7 @@ return {
|
||||||
scss = "css",
|
scss = "css",
|
||||||
typescript = "typescript",
|
typescript = "typescript",
|
||||||
typescriptreact = "typescript",
|
typescriptreact = "typescript",
|
||||||
|
yaml = "yaml",
|
||||||
},
|
},
|
||||||
groups = {
|
groups = {
|
||||||
default = {
|
default = {
|
||||||
|
@ -124,6 +125,11 @@ return {
|
||||||
weekdays,
|
weekdays,
|
||||||
months,
|
months,
|
||||||
},
|
},
|
||||||
|
yaml = {
|
||||||
|
augend.integer.alias.decimal, -- nonnegative and negative decimal number
|
||||||
|
augend.constant.alias.bool, -- boolean value (true <-> false)
|
||||||
|
ordinal_numbers,
|
||||||
|
},
|
||||||
css = {
|
css = {
|
||||||
augend.integer.alias.decimal, -- nonnegative and negative decimal number
|
augend.integer.alias.decimal, -- nonnegative and negative decimal number
|
||||||
augend.hexcolor.new({
|
augend.hexcolor.new({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue