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:
Nicky Meuleman 2024-10-27 20:34:46 +01:00
parent cb40a09538
commit 7071939d62

View file

@ -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" } }),