dotfiles

My dotfiles.
git clone git://git.ryanmj.xyz/dotfiles.git
Log | Files | Refs | LICENSE

git-commit.jsf.in (293B)


      1 # JOE syntax highlight file for Markdown
      2 # by Christian Nicolai (http://mycrobase.de)
      3 
      4 =Idle
      5 =Tag		green
      6 =Escape		bold
      7 =Bad		bold red
      8 
      9 =Ignore		green
     10 
     11 :line_start Idle
     12 	*		idle		noeat
     13 	"#"		ignore		recolor=-1
     14 
     15 :idle Idle
     16 	*		idle
     17 	"\n"		line_start
     18 
     19 :ignore Ignore
     20 	*		ignore
     21 	"\n"		line_start