Ejemplo n.º 1
0
 def __init__(self):
     CSSLexer.__init__(self)
     #self._properties.setProperty('lexer.css.sass.language', '1')
     self._properties['lexer.css.sass.language'] = '1'
Ejemplo n.º 2
0
 def __init__(self):
     CSSLexer.__init__(self)
     self._properties['lexer.css.scss.language'] = '1'
Ejemplo n.º 3
0
 def __init__(self):
     CSSLexer.__init__(self)
     #self._properties.setProperty('lexer.css.sass.language', '1')
     self._properties['lexer.css.sass.language'] = '1'
Ejemplo n.º 4
0
 def __init__(self):
     CSSLexer.__init__(self)
     self._properties["lexer.css.scss.language"] = "1"
Ejemplo n.º 5
0
 def __init__(self):
     CSSLexer.__init__(self)
     self._properties['lexer.css.scss.language'] = '1'