Merge pull request #82 from barrett-ruth/fix/qol-logs
fix: add python config
This commit is contained in:
commit
ea9883895f
2 changed files with 6 additions and 5 deletions
|
|
@ -8,11 +8,8 @@ M.PYTHON = 'python'
|
||||||
|
|
||||||
---@type table<string, string>
|
---@type table<string, string>
|
||||||
M.filetype_to_language = {
|
M.filetype_to_language = {
|
||||||
cc = M.CPP,
|
python = M.PYTHON,
|
||||||
cxx = M.CPP,
|
|
||||||
cpp = M.CPP,
|
cpp = M.CPP,
|
||||||
py = M.PYTHON,
|
|
||||||
py3 = M.PYTHON,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
---@type table<string, string>
|
---@type table<string, string>
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,11 @@ if __name__ == "__main__":
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
solve()]],
|
solve()]],
|
||||||
|
|
||||||
cses = [[{}]],
|
cses = [[def solve():
|
||||||
|
{}
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
solve()]],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue