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:
2025-06-11 12:46:54 +02:00
parent 465e5e1330
commit 28903758a8

View File

@@ -0,0 +1 @@
autocmd BufNewFile,BufRead *.asl set filetype=c.asl