Add odin support, closes #544

This commit is contained in:
Adam Stankiewicz
2020-09-10 16:38:32 +02:00
parent 9243367ba3
commit 05ff14bfda
10 changed files with 265 additions and 62 deletions

View File

@@ -144,6 +144,7 @@ let s:globs = {
\ 'ocpbuild': '*.ocp',
\ 'ocpbuildroot': '*.root',
\ 'octave': '*.oct,*.m',
\ 'odin': '*.odin',
\ 'omake': '*.om,OMakefile,OMakeroot,OMakeroot.in',
\ 'opam': '*.opam,*.opam.template,opam',
\ 'opencl': '*.cl,*.opencl',