Evan Huus

Results 54 comments of Evan Huus

Unfortunately not a true assumption, the support for writing a cscope file is pretty hacky and doesn't naturally invert to support reading. The first step would probably be extracting support...

Related perhaps to #95 and #142

> code for starscope would have to be in ruby? Yes. I've thought about writing a small tool in Go and then having starscope spawn it to get the AST,...

Turns out that most of the required information is _not_ in the db already, so this is much more work than I thought. The infrastructure is in place now, but...

Did the `language` tag in 97ab099fa0975341bf3c77b2348a9417e2185759 because I wanted to use it with YouCompleteMe (which requires that tag). Still lots others to do, but not a priority.

This repo is, AFAICT, unmaintained. I am maintaining a fork at https://github.com/eapache/rainbow_parentheses.vim - if you resubmit the PR there I would be happy to take a look at it.

I have started a maintained fork at https://github.com/eapache/rainbow_parentheses.vim - I'd be happy to include this change if you submit it there, although currently the indentation looks a bit inconsistent?

It's not clear to me what this does, but I have started a maintained fork at https://github.com/eapache/rainbow_parentheses.vim so you might want to submit to that (with a better explanation please).

ah ok, makes sense; feel free to submit to the fork (although the indentation is inconsistent right now, would be nice if it were the same as the surrounding lines)