1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-06-02 06:34:41 +02:00
joe-syntax/dockerfile.jsf

28 lines
362 B
Plaintext
Raw Normal View History

# 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