1
0
Mirror von https://github.com/cmur2/joe-syntax.git synchronisiert 2025-10-29 17:59:48 +01:00
Files
joe-syntax/dockerfile.jsf

28 Zeilen
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