Add krypton syntax highlighting to match Odin's

This commit is contained in:
2025-10-06 16:06:56 +03:00
parent 773610b2a8
commit 05f23bcc9b

View File

@@ -31,5 +31,7 @@ return {
vim.bo.commentstring = '// %s'
end,
})
vim.treesitter.language.register('odin', 'krypton')
end,
}