Catmandu icon indicating copy to clipboard operation
Catmandu copied to clipboard

fix language syntax highlighting and completion

Open nics opened this issue 8 years ago • 3 comments

fix language syntax highlighting and completion files for vi and ?

nics avatar Jun 29 '16 12:06 nics

see example for Atom: https://www.sitepoint.com/how-to-write-a-syntax-highlighting-package-for-atom/ http://manual.macromates.com/en/language_grammars.html#naming_conventions

vpeil avatar Jul 04 '16 09:07 vpeil

see also: https://www.sublimetext.com/docs/3/syntax.html http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html#your-first-syntax-definition

jorol avatar Jul 07 '16 14:07 jorol

I added a simple vim syntax definition for the fix language in misc/ set syntax=catmandu-fix

nics avatar Sep 04 '17 12:09 nics