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

Syntax highlighting for VIM

Results 14 vim-slim issues
Sort by recently updated
recently updated
newest added

Running MacVim 7.3 (62) with Janus (https://github.com/carlhuda/janus) and vim-slim. Navigating a 241 line slim file is slow and painful. Disabling vim-slim and having no syntax highlighting speeds things right up....

@whiteleaf7 threw this up here for you. Are your tweaks working well? I came searching for any issues or forks that had `ruby:` filter syntax highlighting fixed. But found your...

If you take a look at my screenshot you'll see after the variable the highlighting stops https://db.tt/QhwYdfff

This was patched in vim and neovim. https://github.com/vim/vim/commit/26852128a2b713ef49341a0c18daba928444e7eb

```slim urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" ``` In this example, `xmlns:xhtml` and its associated value should be highlighted, but they are not.

well, non-standard tags are not highlighted. So using polymer with vim-slim is a difficult thing

![vim-slim](https://cloud.githubusercontent.com/assets/82063/20799881/92df7454-b7b1-11e6-9550-2671b095fc18.png)

`.x< attr=""` expected behaviour: `attr=""` is highlighted actual behaviour: it's not highlighted

Hi guys, I'm having this issue with brackets: When you don't have any space before closing the bracket, it does not highlight the rest of the file. ![screen shot 2014-09-01...

here's my setup: ``` bash set nocompatible " be iMproved, required filetype off " required " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() "...