fix: update last of languages references to point to constants file

This commit is contained in:
Barrett Ruth 2025-09-15 18:08:45 -04:00
parent 5d630d9dac
commit c06a0d8a84
4 changed files with 7 additions and 7 deletions

View file

@ -107,7 +107,7 @@ if __name__ == "__main__":
for language, template_set in pairs(template_definitions) do
local snippets = {}
local filetype = languages.canonical_filetypes[language]
local filetype = constants.canonical_filetypes[language]
for contest, template in pairs(template_set) do
local prefixed_trigger = ("cp.nvim/%s.%s"):format(contest, language)