vim-stylus icon indicating copy to clipboard operation
vim-stylus copied to clipboard

A better vim plugin for stylus, including proper and up-to-date syntax highligting, indentation and autocomplete

Results 9 vim-stylus issues
Sort by recently updated
recently updated
newest added

Given the following lines, the `--my-variable` isn't highlighted: ``` :root { --my-variable: #fff; } ``` ![image](https://user-images.githubusercontent.com/615684/225975839-06bcbb42-ab4a-4390-bdf7-d60d37ddf3ca.png) Compare this to, for instance the syntax highlighting in [`scss.vim`](https://github.com/vim/vim/blob/master/runtime/syntax/scss.vim): ![image](https://user-images.githubusercontent.com/615684/225976749-1157dd00-7276-46cb-b5d4-606f7f00abc3.png)

Add some new properties and functions that works as props with NIB and Mantis Toolkit

https://asciinema.org/a/ozKanjsXe1jfPasYc2l1Av6SR In your example whithout colons

Hey there, wanted to check out your plugin, so I installed it with Vundle, unfortunately after properly installing and starting a fresh vim session with `.stylus` files, no syntax highlighting...

Hi and thanks for the work on this plug-in. One issue I'm having is in using vim-stylus w/ [Nerd Commenter](https://github.com/scrooloose/nerdcommenter) the comments come out as `` for stylus files. I'm...

I want to use curly braces instead of indentation. Because I think it is hard to read. What I form you is add an option for that. I mean you'll...

Version: 0e457b09db55d3518703bb22e1555872c5c44b7a `vim-stylus` is slow, so slow to be unusable with files bigger than 200 lines. Just for comparison, `wavded/vim-stylus` goes smooth with the same amount of lines.