mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(dial): follow comment explanation for typescript integer
relevant doc page: https://github.com/monaqa/dial.nvim?tab=readme-ov-file#augend-alias
This commit is contained in:
parent
cb40a09538
commit
7071939d62
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ return {
|
|||
months,
|
||||
},
|
||||
typescript = {
|
||||
augend.integer.alias.decimal, -- nonnegative and negative decimal number
|
||||
augend.integer.alias.decimal_int, -- nonnegative and negative decimal number
|
||||
augend.constant.alias.bool, -- boolean value (true <-> false)
|
||||
logical_alias,
|
||||
augend.constant.new({ elements = { "let", "const" } }),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue