Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

56 lines (31 loc) · 1.18 KB

ImageJ Macro Syntax Highlighter

Kota Miura ([email protected])

##VIM

  • filetype.vim

Place this file under

~/vimfile (Windows)
~/.vim (Unix)

in case of MacVim, a bit complicated: place the file under

~/.vim 

also add the contents of above filetype.vim to

/Applications/MacVim.app/Contents/Resources/vim/runtime/filetype.vim
  • ijmacor.vim

Place this file under

~/vimfile/syntax (Windows)
~/.vim/syntax (Unix)

in case of MacVim, a bit complicated: Place the file under

~/.vim/syntax 

Also place another copy to

/Applications/MacVim.app/Contents/Resources/vim/runtime/syntax

##Notepad++

Notepad++ is a free software for Windows (http://notepad-plus-plus.org/). For istallation of syntax highlighters, please refer to this page

  • IJmacro_VIMlight.xml for bright background (white)

  • IJmacro_VIMMonoIndustrial.xml for dark background (style "Mono Industrial", selectable from Settings -> Style Configurator)

##CotEditor

The definition file for CorEditor Could be found at: https://gist.github.com/1334472