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

@ -8,8 +8,8 @@
local M = {}
local logger = require("cp.log")
local languages = require("cp.languages")
local filetype_to_language = languages.filetype_to_language
local constants = require("cp.constants")
local filetype_to_language = constants.filetype_to_language
---@param source_file string
---@param contest_config table