Sha256: 7f7e7c7bb557ee01ed4107ebd2b22601233004e9ab5b2eb2d90b1cd9fb6c458f
Contents?: true
Size: 1.17 KB
Versions: 23
Compression:
Stored size: 1.17 KB
Contents
## gedit language-spec Stylus ships with a temporary version of `styl.lang` for [GtkSourceView](http://live.gnome.org/GtkSourceView), based off [Yanekk](https://github.com/yanekk)'s [work](https://github.com/gmate/gmate/blob/master/lang-specs/scss.lang) on `scss.lang`. ![Stylus Language Specification for GtkSourceView](http://i.imgur.com/uBppL.png)) This is a start and provides a basic [language spec](http://live.gnome.org/Gedit/NewLanguage) for GtkSourceView editors such as [gedit](http://projects.gnome.org/gedit/). **Installation Steps** Download `styl.lang` to your local `language-specs` folder: mkdir -p ~/.local/share/gtksourceview-2.0/language-specs/ && wget https://raw.github.com/LearnBoost/stylus/master/editors/gedit/styl.lang -O ~/.local/share/gtksourceview-2.0/language-specs/styl.lang Update the mime database and enjoy Stylus syntax in gedit! cd ~/.local/share update-mime-database mime This is much more enjoyable than having gedit recognize your `.styl` files as Apache Confs! --- **Have a sweet tooth?** Add more icing to gedit with gedit-icing: [https://github.com/niftylettuce/gedit-icing](https://github.com/niftylettuce/gedit-icing)
Version data entries
23 entries across 23 versions & 1 rubygems