mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
chore: remove all ftdetect with official support in Neovim/Vim
This commit is contained in:
parent
152af07ecf
commit
efc8ac6457
7 changed files with 0 additions and 37 deletions
|
|
@ -1,2 +0,0 @@
|
|||
au BufRead,BufNewFile *.ex,*.exs,mix.lock set filetype=elixir
|
||||
au BufRead,BufNewFile *.eex,*.leex set filetype=eelixir
|
||||
|
|
@ -1 +0,0 @@
|
|||
autocmd BufRead,BufNewFile *.fnl set filetype=fennel
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
autocmd BufRead,BufNewFile *.fish setfiletype fish
|
||||
autocmd BufRead *
|
||||
\ if getline(1) =~# '\v^#!%(\f*/|/usr/bin/env\s*<)fish>' |
|
||||
\ setfiletype fish |
|
||||
\ endif
|
||||
|
|
@ -1 +0,0 @@
|
|||
au BufRead,BufNewFile go.mod set filetype=gomod
|
||||
|
|
@ -1 +0,0 @@
|
|||
autocmd BufRead,BufNewFile *.jl setfiletype julia
|
||||
|
|
@ -1 +0,0 @@
|
|||
autocmd BufRead,BufNewFile *.zig set filetype=zig
|
||||
Loading…
Add table
Add a link
Reference in a new issue