Jay Sitter

Results 61 issues of Jay Sitter

```scss @media screen and (min-width: $breakpoint) { } .class { @media screen and (min-width: $breakpoint) { } } ``` `screen`, `min-width`, and `$breakpoint` aren't highlighted, they are just part of...

```scss a:not(:hover) { } .class { a { } a:not(:hover) { } } ``` Minimal `~/.vimrc`: ```vim set nocompatible filetype plugin on filetype indent on syntax on set runtimepath+=~/.vim/bundle/vim-haml ```...

Minimal `.vimrc`: ```vim set nocompatible set runtimepath+=~/.vim/bundle/vim-haml filetype plugin on filetype indent on syntax on ``` Example:

`sassMixinName` is not linked to any highlight color, leaving it the standard `fg` color.

In [css.vim](https://github.com/JulesWang/css.vim/blob/ba8bbee5697f42a61ffab60d8b013c218d9ac03d/syntax/css.vim#L627), `cssClassName` is linked to `Function`. In [sass.vim](https://github.com/tpope/vim-haml/blob/master/syntax/sass.vim#L101), `sassClass` is linked to `Type`. These are the official CSS and Sass syntax files that ship with Vim. It seems like...

I'd love to be able to easily see whether an X-Ray file exists for a given book in a column in my library view. "Hyphenate This!" does this with custom...

If I set `"description"` to an empty string, or leave it out entirely, then tapping on a character in X-Ray on the Kindle (Voyage) freezes the UI. If this can't...