mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
Add some missing ftdetect files
This commit is contained in:
parent
33d75f099d
commit
cce29d8b8d
7 changed files with 11 additions and 0 deletions
5
ftdetect/fish.vim
Normal file
5
ftdetect/fish.vim
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
autocmd BufRead,BufNewFile *.fish setfiletype fish
|
||||||
|
autocmd BufRead *
|
||||||
|
\ if getline(1) =~# '\v^#!%(\f*/|/usr/bin/env\s*<)fish>' |
|
||||||
|
\ setfiletype fish |
|
||||||
|
\ endif
|
||||||
1
ftdetect/graphql.vim
Normal file
1
ftdetect/graphql.vim
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
autocmd BufNewFile,BufRead *.graphql,*.graphqls,*.gql setfiletype graphql
|
||||||
1
ftdetect/julia.vim
Normal file
1
ftdetect/julia.vim
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
autocmd BufRead,BufNewFile *.jl setfiletype julia
|
||||||
1
ftdetect/ledger.vim
Normal file
1
ftdetect/ledger.vim
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
autocmd BufRead,BufNewFile *.ldg,*.ledger,*.journal setfiletype ledger
|
||||||
1
ftdetect/nix.vim
Normal file
1
ftdetect/nix.vim
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
autocmd BufRead,BufNewFile *.nix setfiletype nix
|
||||||
1
ftdetect/ql.vim
Normal file
1
ftdetect/ql.vim
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
autocmd BufRead,BufNewFile *.ql,*.qll setfiletype ql
|
||||||
1
ftdetect/teal.vim
Normal file
1
ftdetect/teal.vim
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
autocmd BufRead,BufNewFile *.tl setfiletype teal
|
||||||
Loading…
Add table
Add a link
Reference in a new issue