mirror of https://github.com/cmur2/joe-syntax.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
362 B
Plaintext
28 lines
362 B
Plaintext
# JOE syntax highlight file for Dockerfile
|
|
|
|
=Idle
|
|
=Comment green
|
|
=Instruction blue
|
|
|
|
:idle Idle
|
|
* arguments
|
|
"a-zA-Z" instruction noeat
|
|
"#" comment recolor=-1
|
|
"\n" idle
|
|
|
|
:comment Comment
|
|
* comment
|
|
"\n" idle
|
|
|
|
:instruction Instruction
|
|
* instruction
|
|
" \t" arguments noeat
|
|
|
|
:arguments Idle
|
|
* arguments
|
|
"\n" idle
|
|
"#" comment recolor=-1
|
|
|
|
|
|
|