init
This commit is contained in:
commit
38355d2442
9083 changed files with 1225834 additions and 0 deletions
22
.venv/lib/python3.8/site-packages/identify/interpreters.py
Normal file
22
.venv/lib/python3.8/site-packages/identify/interpreters.py
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
from __future__ import annotations
|
||||
INTERPRETERS = {
|
||||
'ash': {'shell', 'ash'},
|
||||
'awk': {'awk'},
|
||||
'bash': {'shell', 'bash'},
|
||||
'bats': {'shell', 'bash', 'bats'},
|
||||
'cbsd': {'shell', 'cbsd'},
|
||||
'csh': {'shell', 'csh'},
|
||||
'dash': {'shell', 'dash'},
|
||||
'expect': {'expect'},
|
||||
'ksh': {'shell', 'ksh'},
|
||||
'node': {'javascript'},
|
||||
'nodejs': {'javascript'},
|
||||
'perl': {'perl'},
|
||||
'python': {'python'},
|
||||
'python2': {'python', 'python2'},
|
||||
'python3': {'python', 'python3'},
|
||||
'ruby': {'ruby'},
|
||||
'sh': {'shell', 'sh'},
|
||||
'tcsh': {'shell', 'tcsh'},
|
||||
'zsh': {'shell', 'zsh'},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue