vim:ftdetect: Use C's syntax highlighting for .asl
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.
This commit is contained in:
1
.config/vim/ftdetect/asl.vim
Normal file
1
.config/vim/ftdetect/asl.vim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
autocmd BufNewFile,BufRead *.asl set filetype=c.asl
|
||||||
Reference in New Issue
Block a user