! Syntax highlighting patterns for SGML HTML
!
! INSTALLATION
!
! Load this pattern by starting nedit with:
!
! nedit -import
!
! Then, check that the patterns were loaded correctly, and choose Save Defaults
! from the Preferences menu. The new patterns will now be incorporated into
! your own .nedit file, so the next time you start NEdit, you will no longer
! need to use -import.
!
! These comments will not appear in your ~/.nedit
!
nedit.highlightPatterns: SGML HTML:6:0{\n\
markup declaration:"\\"::Plain::\n\
mdo-mdc:"&":"&"::Storage Type:markup declaration:C\n\
markup declaration dq string:"""":""""::String1:markup declaration:\n\
markup declaration sq string:"'":"'"::String1:markup declaration:\n\
entity declaration:"((?ientity))[ \\t\\n][ \\t]*\\n?[ \\t]*(%[ \\t\\n][ \\t]*\\n?[ \\t]*)?(\\l[\\l\\d\\-\\.]*|#((?idefault)))[ \\t\\n][ \\t]*\\n?[ \\t]*((?i[cs]data|pi|starttag|endtag|m[ds]))?":::Preprocessor:markup declaration:\n\
ed name:"\\2":""::String2:element declaration:C\n\
ed type:"\\4":""::Storage Type:entity declaration:C\n\
doctype declaration:"((?idoctype))[ \\t\\n][ \\t]*\\n?[ \\t]*(\\l[\\l\\d\\-\\.]*)":::Preprocessor:markup declaration:\n\
dt name:"\\2":""::String2:doctype declaration:C\n\
element declaration:"((?ielement))[ \\t\\n][ \\t]*\\n?[ \\t]*(\\l[\\l\\d\\-\\.]*)":::Preprocessor:markup declaration:\n\
attribute declaration:"((?iattlist))[ \\t\\n][ \\t]*\\n?[ \\t]*(\\l[\\l\\d\\-\\.]*)":::Preprocessor:markup declaration:\n\
ad name:"\\2":""::String2:attribute declaration:C\n\
notation declaration:"((?inotation))[ \\t\\n][ \\t]*\\n?[ \\t]*(\\l[\\l\\d\\-\\.]*)":::Preprocessor:markup declaration:\n\
nd name:"\\2":""::String2:notation declaration:C\n\
shortref declaration:"((?ishortref))[ \\t\\n][ \\t]*\\n?[ \\t]*(\\l[\\l\\d\\-\\.]*)":::Preprocessor:markup declaration:\n\
sd name:"\\2":""::String2:shortref declaration:C\n\
comment:"\\-\\-":"\\-\\-"::Comment:markup declaration:\n\
pi:"\\<\\?[^\\>]*\\??\\>":::Flag::\n\
stag:"(\\<)(\\(\\l[\\w\\-\\.:]*\\))?\\l[\\w\\-\\.:]*":"/?\\>"::Text Key1::\n\
stago-tagc:"\\1":"&"::Text Arg:stag:C\n\
Attribute:"([\\l\\-]+)[ \\t\\v]*\\n?[ \\t\\v]*=[ \\t\\v]*\\n?[ \\t\\v]*(""([^""]*\\n){,4}[^""]*""|'([^']*\\n){,4}[^']*'|\\&([^;]*\\n){,4}[^;]*;|[\\w\\-\\.:]+)":::Plain:stag:\n\
Attribute name:"\\1":""::Text Arg2:Attribute:C\n\
Attribute value:"\\2":""::String:Attribute:C\n\
Boolean Attribute:"([\\l\\-]+)":::Text Arg1:stag:\n\
etag:"(\\)(\\(\\l[\\w\\-\\.:]*\\))?(\\l[\\w\\-\\.:]*[ \\t\\v]*\\n?[ \\t\\v]*)?(\\>)":::Text Key1::\n\
etago-tagc:"\\1\\4":""::Text Arg:etag:C\n\
Character reference:"\\&((\\(\\l[\\l\\d\\-\\.]*\\))?\\l[\\l\\d]*|#\\d+|#[xX][a-fA-F\\d]+);?":::Text Escape::\n\
parameter entity:"%(\\(\\l[\\l\\d\\-\\.]*\\))?\\l[\\l\\d\\-\\.]*;?":::Text Escape::\n\
md parameter entity:"%(\\(\\l[\\l\\d\\-\\.]*\\))?\\l[\\l\\d\\-\\.]*;?":::Text Escape:markup declaration:\n\
system-public id:"<(?isystem|public|cdata)>":::Storage Type:markup declaration:\n\
}
nedit.languageModes: SGML HTML:.sgml .sgm .html .htm:"\\<[Hh][Tt][Mm][Ll]\\>":::::
! generated with ./extract_lang.pl version 0.1