[Issue 9764] New: Ddoc: Ddoc file name is incorrectly emphasized
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 19 23:42:00 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9764
Summary: Ddoc: Ddoc file name is incorrectly emphasized
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ddoc
Severity: regression
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: k.hara.pg at gmail.com
--- Comment #0 from Kenji Hara <k.hara.pg at gmail.com> 2013-03-19 23:41:57 PDT ---
In http://dlang.org/attribute :
attribute declaration; // affects the declaration
attribute: // affects all declarations until the end of
// the current scope
declaration;
declaration;
...
attribute { // affects all declarations in the block
declaration;
declaration;
...
}
"attribute" word is incorrectly underlined.
Test case:
test.dd
Ddoc
Check test document.
----
// Check test comment.
test(); <----- "test" is underlined
----
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list