mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-11-18 20:56:17 +01:00
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
|
|
|
|
|
|
|