nvim-rpgle/ftdetect/clle.vim

16 lines
291 B
VimL
Raw Normal View History

2023-07-31 09:22:36 +02:00
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