You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
362 B
27 lines
362 B
# 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 |
|
|
|
|
|
|
|
|