mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40: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",
|
ecma = "javascript",
|
||||||
jsx = "javascript",
|
jsx = "javascript",
|
||||||
sh = "bash",
|
sh = "bash",
|
||||||
apkbuild = "bash",
|
|
||||||
PKGBUILD = "bash",
|
|
||||||
html_tags = "html",
|
html_tags = "html",
|
||||||
["typescript.tsx"] = "tsx",
|
["typescript.tsx"] = "tsx",
|
||||||
["html.handlebars"] = "glimmer",
|
["html.handlebars"] = "glimmer",
|
||||||
systemverilog = "verilog",
|
systemverilog = "verilog",
|
||||||
cls = "latex",
|
|
||||||
sty = "latex",
|
|
||||||
pandoc = "markdown",
|
pandoc = "markdown",
|
||||||
rmd = "markdown",
|
rmd = "markdown",
|
||||||
quarto = "markdown",
|
quarto = "markdown",
|
||||||
|
|
@ -46,6 +42,8 @@ for ft, lang in pairs {
|
||||||
svg = "xml",
|
svg = "xml",
|
||||||
xsd = "xml",
|
xsd = "xml",
|
||||||
xslt = "xml",
|
xslt = "xml",
|
||||||
|
expect = "tcl",
|
||||||
|
mysql = "sql",
|
||||||
sbt = "scala",
|
sbt = "scala",
|
||||||
neomuttrc = "muttrc",
|
neomuttrc = "muttrc",
|
||||||
} do
|
} do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue