mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
don't treat *.fs as glsl files as it collides with fsharp
This commit is contained in:
parent
678a785791
commit
f238e6f977
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
autocmd BufNewFile,BufRead *.glsl,*.vert,*.tesc,*.tese,*.geom,*.frag,*.comp,*.vs,*.fs set filetype=glsl
|
||||
autocmd BufNewFile,BufRead *.glsl,*.vert,*.tesc,*.tese,*.geom,*.frag,*.comp,*.vs set filetype=glsl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue