disable scraper disabling
This commit is contained in:
parent
0a320945a0
commit
aae98a5796
9 changed files with 88 additions and 166 deletions
|
|
@ -24,6 +24,12 @@ M.canonical_filetypes = {
|
|||
[M.PYTHON] = 'python',
|
||||
}
|
||||
|
||||
---@type table<string, string>
|
||||
M.canonical_filetype_to_extension = {
|
||||
[M.CPP] = 'cc',
|
||||
[M.PYTHON] = 'py',
|
||||
}
|
||||
|
||||
---@type table<number, string>
|
||||
M.signal_codes = {
|
||||
[128] = 'SIGILL',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue