Set filetypes for some files
This commit is contained in:
parent
ccade921f9
commit
9b0dc1fe06
@ -34,10 +34,10 @@ local autocmds = {
|
|||||||
};
|
};
|
||||||
file_type = {
|
file_type = {
|
||||||
{'BufRead,BufNewFile', '*.simvis', 'set filetype=xml'};
|
{'BufRead,BufNewFile', '*.simvis', 'set filetype=xml'};
|
||||||
{'BufRead,BufNewFile', '*.simcfg,*.simcon,*.simudex', 'set filetype=cfg'}
|
{'BufRead,BufNewFile', '*.simcfg,*.simcon,*.simudex', 'set filetype=cfg'};
|
||||||
{'BufRead,BufNewFile', 'Jenkinsfile*', 'set filetype=groovy'}
|
{'BufRead,BufNewFile', 'Jenkinsfile*', 'set filetype=groovy'};
|
||||||
{'BufRead,BufNewFile', '*.manifest', 'set filetype=xml'}
|
{'BufRead,BufNewFile', '*.manifest', 'set filetype=xml'};
|
||||||
{'BufRead,BufNewFile', 'SConstruct,SConscript', 'set filetype=python'}
|
{'BufRead,BufNewFile', 'SConstruct,SConscript', 'set filetype=python'};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user