| Server IP : 217.160.0.212 / Your IP : 216.73.216.141 Web Server : Apache System : Linux www 6.18.51-i1-ampere #1196 SMP Fri Sep 11 20:43:55 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/joe/syntax/ |
Upload File : |
# JOE syntax highlight file for debian/control
# 2016-02-10 Thomas Goirand <zigo@debian.org>
=Idle
=Error red bold
=Comment green
=Field cyan
=Versnum cyan bold
=Var magenta
# Start in headers. We know we're out at the first blank line.
:start Idle
"#" comment
* fieldname noeat
:fieldname Field
# * main
"#" comment
" " main noeat
# "a-zA-Z_" feildname
:field Field
"#" comment
":" main
"\n" fieldname noeat
* field
:main Idle
"#" comment
"$" subst recolor=-1
* main
"(" versnum noeat
" " main
"\n" fieldname noeat# strings
# "Section:" fieldname
#done
:versnum Versnum
"#" comment
".\ \:=()><~\+\-0-9a-z" versnum
")" main
"\n" fieldname noeat
:comment Comment
* comment recolor=-2
"\n" main
:subst Var
* main noeat
"(" main recolor=-2 # don't try for now
"{" subst_brack
"a-zA-Z_" subst_name
"0-9*@?\-$_!#" main
:subst_name Var
* main noeat recolor=-1
"a-zA-Z0-9_" subst_name
:subst_brack Var
* subst_brack
"}" main