heon21st / flashdevelop

Automatically exported from code.google.com/p/flashdevelop
0 stars 1 forks source link

Auto completion issue in scss #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I use an underscore(_) in an identifier, and FD's auto completion didn't work.

example.scss
---------
$theme_color : #fc4349;

h1 {
    color: $th|
}
---------

The underscore is also legal in less.

Original issue reported on code.google.com by 909mmsph...@gmail.com on 3 Aug 2013 at 2:42

GoogleCodeExporter commented 9 years ago
You're right - fixed in SVN, rev 2727

Original comment by philippe...@gmail.com on 5 Aug 2013 at 7:23