diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-07-14 10:01:58 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-07-14 10:01:58 +0100 |
commit | 59fe29af491b6324d792c2ff8a5ea5bd1907ae6f (patch) | |
tree | ac61783812569c49d83871ac23318cf90d89650f /data | |
parent | Merge branch 'upstream' into debian/sid (diff) | |
parent | better name for method in sample search; nedit syntax does not work (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'data')
-rw-r--r-- | data/sisu/conf/editor-syntax-etc/nedit/sisu_nedit.pats | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/sisu/conf/editor-syntax-etc/nedit/sisu_nedit.pats b/data/sisu/conf/editor-syntax-etc/nedit/sisu_nedit.pats index e60e0bf0..ff793de2 100644 --- a/data/sisu/conf/editor-syntax-etc/nedit/sisu_nedit.pats +++ b/data/sisu/conf/editor-syntax-etc/nedit/sisu_nedit.pats @@ -55,9 +55,9 @@ nedit.highlightPatterns: SiSU:1:0{\n\ comment:"^%+ ":"$"::Comment::\n\ endnote1:"~\\^(\s|$)":::Keyword::D\n\ endnote2:"^\\^~ ":"$"::Comment::\n\ - header:"^0~":"$"::Keyword::\n\ + header:"^0~|@\S+:\s":"$"::Keyword::\n\ bold_line:"^!_ ":"$"::Keyword::\n\ - heading:"^[1-6]~":"$"::Keyword::\n\ + heading:"^[1-9]~":"$"::Keyword::\n\ code_block:"^code\\{":"^\\}code"::Comment::\n\ poem_block:"^poem\\{":"^\\}poem"::Comment::\n\ group_block:"^group\\{":"^\\}group"::Comment::\n\ @@ -68,7 +68,7 @@ nedit.highlightPatterns: SiSU:1:0{\n\ character constant:"'":"'":"[^\\\\][^']":Character Const::\n\ numeric constant:"<((0(x|X)[0-9a-fA-F]*)|(([0-9]+\\.?[0-9]*)|(\\.[0-9]+))((e|E)(\\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f)?>":::Plain::D\n\ storage keyword:"<(class)>":::Storage Type::D\n\ - line:"^(_[12]|_\\*|_[12]\\*)":::Keyword::D\n\ + line:"^(_[1-9]|_\\*|_[1-9]\\*)":::Keyword::D\n\ link:"[{}](http://[a-zA-Z0-9?.!+\\-_/&=#]+)?":::Keyword::D\n\ url:"http://[a-zA-Z0-9?.!+\\-_/&=#]+":::Keyword::D\n\ } |