aboutsummaryrefslogtreecommitdiffstats
path: root/ftdetect
Commit message (Collapse)AuthorAgeFilesLines
* chore!: remove filetype detection and filetype pluginsChristian Clason2022-04-1823-35/+0
| | | | | All these are now detected by Neovim as of 0.7.0; new filetypes can easily be added via `vim.filetype.add()`.
* fix: remove ftdetect, Fix `struct` highlight for wgslKonrad Bochnia2022-04-111-1/+0
|
* Add WGSL parserKonrad Bochnia2022-04-111-0/+1
|
* fix: remove ftdetect/ftplugin files for elvishTobias Frilling2022-04-011-1/+0
|
* Add elvishTobias Frilling2022-04-011-0/+1
|
* Add CooklangAddison Chan2022-03-171-0/+1
|
* Delete vala ftdetectMateus B. Melchiades2022-01-291-1/+0
|
* Vala language supportMateus Melchiades2022-01-291-0/+1
|
* Add ftdect for hackStephan Seitz2022-01-171-0/+1
|
* remove ftdetect. add filetype hocon to minimal_init.luaantosha4172022-01-161-1/+0
|
* add ftdetectantosha4172022-01-161-0/+1
|
* chore: only use *.glsl for GLSLStephan Seitz2022-01-161-1/+1
| | | | Fix #2231
* chore: remove all ftdetect with official support in Neovim/VimStephan Seitz2022-01-166-11/+0
|
* Add support for new golang `go.work` filesOmer Tuchfeld2021-12-181-0/+1
| | | | | | | | | 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.
* Feat: Added Pug parser with inital queriesStefan Wienert2021-11-301-0/+1
|
* don't treat *.fs as glsl files as it collides with fsharpdkirchhof2021-11-301-1/+1
|
* feat(prisma): add ftdetectelianiva2021-11-281-0/+1
|
* feat: add fusion grammar and highlightsJirgn2021-11-261-0/+1
|
* Add glsl ftdetectMarco Galli2021-11-231-0/+1
|
* Add `ftdetect` setup for `glimmer` parser. (#1973)Robert Jackson2021-11-021-0/+1
| | | | Without this, `*.hbs` files are not highlighted (unless you have some other plugin that adds it for you).
* Add fennel ftdetect file (#1952)Yuri Pieters2021-10-301-0/+1
|
* Support hjsonkghugo2021-09-191-0/+1
|
* Add support for json5Joakker2021-08-251-0/+1
|
* Added TLA+ grammar & queriesAndrew Helwer2021-08-201-0/+1
|
* Add HEEx language support, add missing commentstringsClay2021-08-182-1/+2
|
* Add zig ftdetect fileGregory Anders2021-08-061-0/+1
|
* Feature: Add Surface language and integrate with Elixir (#1645)Connor Lay (Clay)2021-08-012-0/+3
| | | | | | | | | | | | | | | | | | | * 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
* Add some missing ftdetect filesTae Sandoval2021-07-307-0/+11
|
* feature: add gdresource ftdetectPierre Poupin2021-07-291-0/+2
|
* Add YANG parserTomas Sandven2021-07-191-0/+1
|
* Use terraform ft for tf and tfvarsKhue Doan2021-07-191-1/+2
|
* Support HCL file type detectionKhue Doan2021-07-191-0/+1
|
* Add filetype detection for go.mod filesCamden Cheek2021-05-161-0/+1
|
* Use BufNewFile,BufRead for query filetypeShatur952021-05-081-1/+1
|
* Add GDScript filetypeShatur952021-05-081-0/+1
|
* feat: add query filetypeThomas Vigouroux2020-09-011-0/+11