| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-18 | chore!: remove filetype detection and filetype plugins | Christian 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-11 | fix: remove ftdetect, Fix `struct` highlight for wgsl | Konrad Bochnia | |
| 2022-04-11 | Add WGSL parser | Konrad Bochnia | |
| 2022-04-01 | fix: remove ftdetect/ftplugin files for elvish | Tobias Frilling | |
| 2022-04-01 | Add elvish | Tobias Frilling | |
| 2022-03-17 | Add Cooklang | Addison Chan | |
| 2022-01-29 | Delete vala ftdetect | Mateus B. Melchiades | |
| 2022-01-29 | Vala language support | Mateus Melchiades | |
| 2022-01-17 | Add ftdect for hack | Stephan Seitz | |
| 2022-01-16 | remove ftdetect. add filetype hocon to minimal_init.lua | antosha417 | |
| 2022-01-16 | add ftdetect | antosha417 | |
| 2022-01-16 | chore: only use *.glsl for GLSL | Stephan Seitz | |
| Fix #2231 | |||
| 2022-01-16 | chore: remove all ftdetect with official support in Neovim/Vim | Stephan Seitz | |
| 2021-12-18 | Add support for new golang `go.work` files | Omer 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-30 | Feat: Added Pug parser with inital queries | Stefan Wienert | |
| 2021-11-30 | don't treat *.fs as glsl files as it collides with fsharp | dkirchhof | |
| 2021-11-28 | feat(prisma): add ftdetect | elianiva | |
| 2021-11-26 | feat: add fusion grammar and highlights | Jirgn | |
| 2021-11-23 | Add glsl ftdetect | Marco Galli | |
| 2021-11-02 | Add `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-30 | Add fennel ftdetect file (#1952) | Yuri Pieters | |
| 2021-09-19 | Support hjson | kghugo | |
| 2021-08-25 | Add support for json5 | Joakker | |
| 2021-08-20 | Added TLA+ grammar & queries | Andrew Helwer | |
| 2021-08-18 | Add HEEx language support, add missing commentstrings | Clay | |
| 2021-08-06 | Add zig ftdetect file | Gregory Anders | |
| 2021-08-01 | Feature: 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-30 | Add some missing ftdetect files | Tae Sandoval | |
| 2021-07-29 | feature: add gdresource ftdetect | Pierre Poupin | |
| 2021-07-19 | Add YANG parser | Tomas Sandven | |
| 2021-07-19 | Use terraform ft for tf and tfvars | Khue Doan | |
| 2021-07-19 | Support HCL file type detection | Khue Doan | |
| 2021-05-16 | Add filetype detection for go.mod files | Camden Cheek | |
| 2021-05-08 | Use BufNewFile,BufRead for query filetype | Shatur95 | |
| 2021-05-08 | Add GDScript filetype | Shatur95 | |
| 2020-09-01 | feat: add query filetype | Thomas Vigouroux | |
