| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore!: remove filetype detection and filetype plugins | Christian Clason | 2022-04-18 | 1 | -1/+0 |
| | | | | | | All these are now detected by Neovim as of 0.7.0; new filetypes can easily be added via `vim.filetype.add()`. | ||||
| * | 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. | |||||
