if exists('b:current_syntax') finish endif let b:current_syntax = 'clle' " syntax case ignore " syntax iskeyword @,48-57,192-255,-,%,*,/,_ " syntax keyword clleCommand CHGVAR " highlight link clleCommand Function au BufNewFile,BufRead *.clle setlocal filetype=clle