This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257658 - Less problem &:after Coloring
Summary: Less problem &:after Coloring
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2016-01-21 09:29 UTC by Andrey80
Modified: 2016-02-29 13:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Журнал среды IDE (38.92 KB, text/plain)
2016-01-21 09:29 UTC, Andrey80
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey80 2016-01-21 09:29:28 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

Воспроизводимость: Происходит всегда

Шаги:
  * Откройте less файл 
  * Добавьте класс, например .class с конструкцией, включающей символ &, например &:after:
.class {
  &:after{
 }
}

* Open less-file
* Add class '.class' wich construction comprises simbol '&', for example: 
.class {
  &:after{
 }
}


Текущий результат:
  &:after не выделяется цветом 

  &:after is not coloring

Ожидаемый результат:
  в 7-ой версии такие конструкции корректно подсвечивались 

 at 7 versiot that things was highligh
Comment 1 Andrey80 2016-01-21 09:29:36 UTC
Created attachment 158203 [details]
Журнал среды IDE