Releases: shmargum/vim-sass-colors
More robust importing
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
v0.5.1 more update
Add rgba support
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
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
Regardless of inclusion, script will search for a colors
or _colors
stylesheet.
Fix circular dependency issue
v0.3.2 fix circular dependency?
Remove some unused code
v0.3.1 still can't remember to :wq
Add RGB support, highlight colors
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
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
Basic scss support within rails