-
If you have code like this:
```
if ( str == "somestring" ) {
```
And you delete one of the quotes, the braces after the quote do not get refreshed.
-
Hi,
I've using [Rainbow Parentheses.vim](https://github.com/kien/rainbow_parentheses.vim) to make code pretty.
However, rainbow parentheses cannot work after using "python-syntax".
I know to disabl…
-
Add TypeScript support to:
Rainbow Parentheses
Keyword Classifier
TODO: Review what possible keywords to classify
(Based on your existing F# enhancement)
I guess this would build upon the Javascri…
-
Hi,
I'm using [rainbow](https://github.com/luochen1990/rainbow) and [vim-css3-syntax](https://github.com/hail2u/vim-css3-syntax).
However, I found if they are using at the same time. **vim-css3-synta…
-
I know this isn't the place, but I don't see another way to contact you. The rainbow parentheses plugin, while nice, doesn't play well with multiple buffers. With the suggested
au VimEnter \* Rainbow…
-
I don't know how to contact you by email or bug tracker. So I report here.
When you change the colorscheme, change the background(bg), switch the syntax, the rainbow_parentheses will lose its effec…
-
- Add SQL Support for Rainbow Parentheses
- Control Flow Keywords: BEGIN, END, BREAK, CONTINUE, GOTO, IF, ELSE, RETURN, THROW, TRY, CATCH, WAITFOR, WHILE (from http://technet.microsoft.com/en-us/libra…
-
Add F# support to:
- Rainbow Parentheses
- Keyword Classifier
TODO: Review what possible keywords to classify
-
Here the screenshot of test/test.css:
![vim-css3-syntax](https://f.cloud.github.com/assets/5822057/1899480/3f56a888-7c3c-11e3-900c-83566febbc42.png)
I've install this plugin by [Vundle](https://git…
-
Apologies if this is the wrong place to post this. First of all, I _love_ paredit. I'm really glad somebody took the time to provide it for Vim, so I don't have to bounce between Emacs and Vim as I wo…