mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: change some ft, lang pairs
mysql comes from $VIMRUNTIME/syntax/mysql.vim expect comes from $VIMRUNTIME/syntax/expect.vim
This commit is contained in:
parent
e4a1cc6e8e
commit
e32ebdc01d
1 changed files with 2 additions and 4 deletions
|
|
@ -30,14 +30,10 @@ for ft, lang in pairs {
|
|||
ecma = "javascript",
|
||||
jsx = "javascript",
|
||||
sh = "bash",
|
||||
apkbuild = "bash",
|
||||
PKGBUILD = "bash",
|
||||
html_tags = "html",
|
||||
["typescript.tsx"] = "tsx",
|
||||
["html.handlebars"] = "glimmer",
|
||||
systemverilog = "verilog",
|
||||
cls = "latex",
|
||||
sty = "latex",
|
||||
pandoc = "markdown",
|
||||
rmd = "markdown",
|
||||
quarto = "markdown",
|
||||
|
|
@ -46,6 +42,8 @@ for ft, lang in pairs {
|
|||
svg = "xml",
|
||||
xsd = "xml",
|
||||
xslt = "xml",
|
||||
expect = "tcl",
|
||||
mysql = "sql",
|
||||
sbt = "scala",
|
||||
neomuttrc = "muttrc",
|
||||
} do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue