feat: add more ts languages
This commit is contained in:
parent
364ab525fc
commit
d9b173b42d
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ local defaults = {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
'astro',
|
'astro',
|
||||||
'css',
|
'css',
|
||||||
|
'go',
|
||||||
'html',
|
'html',
|
||||||
'javascript',
|
'javascript',
|
||||||
'jsdoc',
|
'jsdoc',
|
||||||
|
@ -18,6 +19,7 @@ local defaults = {
|
||||||
'scss',
|
'scss',
|
||||||
'tsx',
|
'tsx',
|
||||||
'typescript',
|
'typescript',
|
||||||
|
'yaml',
|
||||||
},
|
},
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue