UNPKG
@codemirror/legacy-modes
Version:
latest (6.5.3)
6.5.3
6.5.2
6.5.1
6.5.0
6.4.3
6.4.2
6.4.1
6.4.0
6.3.3
6.3.2
6.3.1
6.3.0
6.2.0
6.1.0
6.0.0
0.20.0
0.19.1
0.19.0
0.18.1
0.18.0
0.17.1
0.17.0
Collection of ported legacy language modes for the CodeMirror code editor
@codemirror/legacy-modes
/
mode
/
gas.d.ts
4 lines
(3 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
import
{
StreamParser
}
from
"@codemirror/language"
export
declare
const
gas
:
StreamParser
<
unknown
>
export
declare
const
gasArm
:
StreamParser
<
unknown
>