feat: add crystal filetype (#3762)

Add crystal filetype
This commit is contained in:
Kasper Holbek Jensen 2023-01-20 17:18:26 +01:00 committed by GitHub
parent d2b4c313d6
commit fb80fe0a44
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,7 @@ M.load_default_options = function()
extension = { extension = {
tex = "tex", tex = "tex",
zir = "zir", zir = "zir",
cr = "crystal",
}, },
pattern = { pattern = {
["[jt]sconfig.*.json"] = "jsonc", ["[jt]sconfig.*.json"] = "jsonc",