mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Add simple git COMMIT_EDITMSG highlighting
This commit is contained in:
parent
323b32967c
commit
a5577fbdd7
4
ftyperc
4
ftyperc
@ -988,3 +988,7 @@
|
|||||||
PowerShell
|
PowerShell
|
||||||
*.ps1
|
*.ps1
|
||||||
-syntax powershell
|
-syntax powershell
|
||||||
|
|
||||||
|
Git COMMIT_EDITMSG
|
||||||
|
*COMMIT_EDITMSG
|
||||||
|
-syntax git-commit
|
||||||
|
20
git-commit.jsf
Normal file
20
git-commit.jsf
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user