Skip to content

Releases: shmargum/vim-sass-colors

More robust importing

08 May 18:06
Compare
Choose a tag to compare

Adds better handling for imports
Better import regex - optional quotes and semicolon
Better handling for imports starting with ../
Add support for some imports that are not relative to the target file dir or a stylesheets dir, but are relative to some folder up the tree of the target file.

Updated documentation

06 May 19:02
Compare
Choose a tag to compare
v0.5.1

more update

Add rgba support

04 May 15:26
Compare
Choose a tag to compare

adds rgba highlighting and variable assignment highlighting support
the highlight color ignores the alpha value because it may be weird depending on the background

Some file loading fixes

03 May 23:06
Compare
Choose a tag to compare

Only searches for a colors manifest by default if within a stylesheet directory.
Checks for existence of file.
Ignores did_ftplugin and uses custom buffer var since this is not replacing but enhancing current sass plugins.

Glob for colors definition file

01 May 14:38
Compare
Choose a tag to compare

Regardless of inclusion, script will search for a colors or _colors stylesheet.

Fix circular dependency issue

30 Apr 19:52
Compare
Choose a tag to compare
v0.3.2

fix circular dependency?

Remove some unused code

30 Apr 19:28
Compare
Choose a tag to compare
v0.3.1

still can't remember to :wq

Add RGB support, highlight colors

30 Apr 19:03
Compare
Choose a tag to compare

Adds support for RGB colors.
Adds support to highlight colors, not just color variables.
Optimizes and fixes recursive import.
Minor performance enhancements.

Set up autoloading for scss

29 Apr 20:37
Compare
Choose a tag to compare

Plugin now runs whenever a new sass/scss file is loaded into the buffer as opposed to when starting vim.
This allows color highlighting for vim split and stuff.

Basic support

28 Apr 22:03
Compare
Choose a tag to compare

Basic scss support within rails