mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
fix: remove upstreamed directives
`#inject-lang!` and `#trim!`; fix `set-lang-from-mimetype`
This commit is contained in:
parent
83358dfbef
commit
62e5c7ab1d
3 changed files with 11 additions and 76 deletions
|
|
@ -26,6 +26,7 @@ local filetypes = {
|
|||
t32 = { 'trace32' },
|
||||
tlaplus = { 'tla' },
|
||||
tsx = { 'typescriptreact', 'typescript.tsx' },
|
||||
typescript = { 'ts' },
|
||||
uxntal = { 'tal' },
|
||||
v = { 'vlang' },
|
||||
verilog = { 'sysverilog' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue