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 250493 - [jade] Doctype marked as error
Summary: [jade] Doctype marked as error
Status: VERIFIED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Jade (show other bugs)
Version: 8.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-18 13:22 UTC by Vladimir Riha
Modified: 2015-03-05 17:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2015-02-18 13:22:58 UTC
Please try either

!!!

or

!!! 5

in Jade file, it is red underlined, no error message


Thank you



Product Version: NetBeans IDE Dev (Build web-main-1954-on-20150218)
Java: 1.8.0_25; Java HotSpot(TM) Client VM 25.25-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_25-b17
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2015-02-19 12:48:28 UTC
!!! is deprecated => P4
Comment 2 Petr Pisl 2015-02-19 16:44:38 UTC
I haven't add it because it's already deprecated. But I will implement this to the lexer as well.
Comment 3 Vladimir Riha 2015-02-20 11:56:21 UTC
I honestly don't know if it is common/relevant/worth fixing. One of the 1st sites about jade I've found is [1] and they didn't mention it is deprecated...


[1] http://www.learnjade.com/tour/doctypes/
Comment 4 Petr Pisl 2015-03-05 16:56:45 UTC
I'm not going to fix this. Let's keep this as an error because the current Jade engine is not supporting this and rendering such code finished with an error.  Do you agree?
Comment 5 Vladimir Riha 2015-03-05 17:46:26 UTC
Sure, I agree. Thanks