nvim-rpgle/ftdetect/clle.vim
2023-07-31 09:22:36 +02:00

16 lines
291 B
VimL

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