Added syntax highlighting for .CON files

This commit is contained in:
2025-05-04 23:31:37 +02:00
parent 8f4cfc7926
commit f3157898b6
3 changed files with 24 additions and 0 deletions

5
lua/filetype.lua Normal file
View File

@@ -0,0 +1,5 @@
vim.filetype.add({
extension = {
CON = 'confile',
},
})