[Geany-Users] Super User Question

Sayth Renshaw flebber.crue at gmail.com
Tue Oct 16 20:32:55 UTC 2012


On Tue, Oct 16, 2012 at 11:27 PM, Colomban Wendling
<lists.ban at herbesfolles.org> wrote:
> Le 16/10/2012 14:15, Sayth Renshaw a écrit :
>> On Tuesday, October 16, 2012, Lex Trotman wrote:
>>>
>>> On 16 October 2012 22:48, Sayth Renshaw
>>>> wrote:
>>>
>>>> Saw this geany question sitting on Super User unaswered. Not sure if
>>>> anyone in the list would be able to help him out.
>>>>
>>>
>>> Since Scintilla (the editing widget we use) doesn't support either Sass or
>>> Haml neither can Geany.  The OP can ask on the scintilla project (
>>> www.scintilla.org) but it is unlikely that anything will happen unless he
>>> or someone submits appropriate lexers.
>>>
>>> [...]
>>
>> Ah okay no problem . See this was discussed in scintilla mailing list a
>> year ago Haml and Scss but maybe hasn't been auctioned.
>
> Scintilla version in Git Geany supports S*C*SS, just set the
> lexer.css.scss.language CSS lexer property to 1.  I don't know SASS and
> HAML, but I don't think Scintilla have those yet, as Lex said.
>
>> https://groups.google.com/forum/m/?fromgroups#!topic/scintilla-interest/QiC_5vvfXk0
>>
>> Cheers
>>
>> Sayth
>
> _______________________________________________
> Users mailing list
> Users at lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users


Geany has got SASS covered with scss confusingly.

> Scintilla version in Git Geany supports S*C*SS, just set the
> lexer.css.scss.language CSS lexer property to 1.  I don't know SASS

Sass makes CSS fun again. Sass is an extension of CSS3, adding nested
rules, variables, mixins, selector inheritance, and more. It’s
translated to well-formatted, standard CSS using the command line tool
or a web-framework plugin.

Sass has two syntaxes. The new main syntax (as of Sass 3) is known as
“SCSS” (for “Sassy CSS”), and is a superset of CSS3’s syntax. This
means that every valid CSS3 stylesheet is valid SCSS as well. SCSS
files use the extension .scss.

from http://sass-lang.com/

sayth


More information about the Users mailing list