go-vimlparser
go-vimlparser copied to clipboard
:zap: Vim Script Parser written in Go
hey @haya14busa Firstly really awesome project. Go seems like a fun language to learn! (Currently learning Rust). I was wondering if its possible to compile the json or lisp-ish output...
It would be really interesting to know if it is possible to have `vimfmt` on top of this parser. I have not written any `fmt` tools, but I wanted to...
Here is the initial implementation of some of the features of language server protocol (#26) Currently it only supports 3 method - `initialize`, `textDocument/didOpen`, `textDocument/documentSymbols` as a proof of concept....
Would you be interested in supporting the [language server protocol](https://github.com/Microsoft/language-server-protocol) server? Currently I'm writing a lot of vim script and having language server protocol for vim script would be very...
Thanks for making viml parsing super fast! I have a bug: For the following code from vim-go, the following issue with parsing is seen: ``` /Users/xxxxxxxx/.vim/neobundles/vim-go/autoload/go/coverage.vim:92:1: vimlparser: E171: Missing :endif:...