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