andytruett
andytruett
This might help: [Borland Turbo C++ 3.0 for DOS on ElipseColorThemes](http://eclipsecolorthemes.org/?view=theme&id=1266)
Found this - may help with color functions. I'll play with it myself when I get some time. https://github.com/Kronuz/pyScss
I've been thinking about this - there seem to be two viable options for implementing highlighting of color functions: 1. Use Python functions to emulate Sass color functions, à la...
@garand Atom.io packages are Javascript, vs Sublime's Python, so this would require at least a rewrite/port across languages.
This may be of some use as well: https://github.com/klen/python-scss
Been working on this a little today. @Monnoroch Is this the right logic flow for Sass vars in ColorHighlighter? ``` search lines in file for bound_symbols look at Word after...
Looked into this to satisfy my own curiosity. Ghtop uses [ghapi](https://github.com/fastai/ghapi) to interface with GitHub - [docs for ghapi](https://ghapi.fast.ai/core.html) suggest the following: >You can set an environment variable named GH_HOST...
Will HSL only ever be written either (deg, %, %) or (%, %, %)? Or do we need to code for other formats as well?
Same error, ST3 3062, Win7.
@michaelsharpe @pepelsbey @andrewmartin Try [my fork →](https://github.com/andytruett/HipsterIpsum/commit/f11cf0552f7006834bfb263f0ad319db4f1493b8) for a fix.