Make .asl files (ACPI Source Language) belong to the 'c' filetype. Not perfect, but an easy way to have some colors without a full plugin. Additionally set the 'asl' filetype too, in case I want to add some ftplugin in the future.
2 lines
52 B
VimL
2 lines
52 B
VimL
autocmd BufNewFile,BufRead *.asl set filetype=c.asl
|