From a5577fbdd775dbc729d4ab9b3fee6a2332312e8c Mon Sep 17 00:00:00 2001 From: cn Date: Sat, 14 Jun 2014 09:32:33 +0200 Subject: [PATCH] Add simple git COMMIT_EDITMSG highlighting --- ftyperc | 4 ++++ git-commit.jsf | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 git-commit.jsf diff --git a/ftyperc b/ftyperc index 4976794..9c22025 100644 --- a/ftyperc +++ b/ftyperc @@ -988,3 +988,7 @@ PowerShell *.ps1 -syntax powershell + + Git COMMIT_EDITMSG +*COMMIT_EDITMSG +-syntax git-commit diff --git a/git-commit.jsf b/git-commit.jsf new file mode 100644 index 0000000..f9c9acf --- /dev/null +++ b/git-commit.jsf @@ -0,0 +1,20 @@ +# JOE syntax highlight file for Markdown + +=Idle +=Tag green +=Escape bold +=Bad bold red + +=Ignore green + +:line_start Idle + * idle noeat + "#" ignore recolor=-1 + +:idle Idle + * idle + "\n" line_start + +:ignore Ignore + * ignore + "\n" line_start