aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/sisu
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-07-14 10:01:21 +0100
committerRalph Amissah <ralph@amissah.com>2007-07-14 10:01:21 +0100
commit8b3fd2d1151816de1b2bbb48e153a5a68cb5d13e (patch)
tree20244be6f2377200e6da9f0520847d818643e0d4 /data/sisu
parentsample search form, previous next arrows (diff)
better name for method in sample search; nedit syntax does not work
Diffstat (limited to 'data/sisu')
-rw-r--r--data/sisu/conf/editor-syntax-etc/nedit/sisu_nedit.pats6
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\
}