From 293ea4995c794a8249e50b28f3832bdc913f7391 Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Mon, 1 Aug 2011 00:09:15 +0200 Subject: [PATCH] New YAML parsing profile for JOE Currently only supports single line comments. --- yaml.jsf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 yaml.jsf diff --git a/yaml.jsf b/yaml.jsf new file mode 100644 index 0000000..6b3898e --- /dev/null +++ b/yaml.jsf @@ -0,0 +1,13 @@ +# JOE syntax highlight file for Prolog + +=Idle +=Comment green +=Bad bold red + +:idle Idle + * idle + "#" line_comment recolor=-1 + +:line_comment Comment + * line_comment + "\n" idle