summaryrefslogtreecommitdiff
path: root/ftdetect
AgeCommit message (Collapse)Author
2022-04-18chore!: remove filetype detection and filetype pluginsChristian Clason
All these are now detected by Neovim as of 0.7.0; new filetypes can easily be added via `vim.filetype.add()`.
2022-04-11fix: remove ftdetect, Fix `struct` highlight for wgslKonrad Bochnia
2022-04-11Add WGSL parserKonrad Bochnia
2022-04-01fix: remove ftdetect/ftplugin files for elvishTobias Frilling
2022-04-01Add elvishTobias Frilling
2022-03-17Add CooklangAddison Chan
2022-01-29Delete vala ftdetectMateus B. Melchiades
2022-01-29Vala language supportMateus Melchiades
2022-01-17Add ftdect for hackStephan Seitz
2022-01-16remove ftdetect. add filetype hocon to minimal_init.luaantosha417
2022-01-16add ftdetectantosha417
2022-01-16chore: only use *.glsl for GLSLStephan Seitz
Fix #2231
2022-01-16chore: remove all ftdetect with official support in Neovim/VimStephan Seitz
2021-12-18Add support for new golang `go.work` filesOmer Tuchfeld
The new golang 1.18 version (currently in beta) [introduced](https://github.com/golang/go/issues/45713) a new file type called `go.work`. This commit adds support for the syntax of that file using the https://github.com/omertuc/tree-sitter-go-work repository That repository is heavily based on previous work in the https://github.com/camdencheek/tree-sitter-go-mod repository, with a few minor changes to make it work on the very similar `go.work` files.
2021-11-30Feat: Added Pug parser with inital queriesStefan Wienert
2021-11-30don't treat *.fs as glsl files as it collides with fsharpdkirchhof
2021-11-28feat(prisma): add ftdetectelianiva
2021-11-26feat: add fusion grammar and highlightsJirgn
2021-11-23Add glsl ftdetectMarco Galli
2021-11-02Add `ftdetect` setup for `glimmer` parser. (#1973)Robert Jackson
Without this, `*.hbs` files are not highlighted (unless you have some other plugin that adds it for you).
2021-10-30Add fennel ftdetect file (#1952)Yuri Pieters
2021-09-19Support hjsonkghugo
2021-08-25Add support for json5Joakker
2021-08-20Added TLA+ grammar & queriesAndrew Helwer
2021-08-18Add HEEx language support, add missing commentstringsClay
2021-08-06Add zig ftdetect fileGregory Anders
2021-08-01Feature: Add Surface language and integrate with Elixir (#1645)Connor Lay (Clay)
* Add initial surface highlights & injections * Additional surface highlights * Filetype detection, fix injections * Fix Elixir function highlight when left is an identifier * Add surface parser * Fix comment highlights * Surface folds, indents, better highlights * Highlight surface components & directives * Restore comments Elixir injections
2021-07-30Add some missing ftdetect filesTae Sandoval
2021-07-29feature: add gdresource ftdetectPierre Poupin
2021-07-19Add YANG parserTomas Sandven
2021-07-19Use terraform ft for tf and tfvarsKhue Doan
2021-07-19Support HCL file type detectionKhue Doan
2021-05-16Add filetype detection for go.mod filesCamden Cheek
2021-05-08Use BufNewFile,BufRead for query filetypeShatur95
2021-05-08Add GDScript filetypeShatur95
2020-09-01feat: add query filetypeThomas Vigouroux