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
/
css.d.ts
6 lines
(5 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
StreamParser
}
from
"@codemirror/language"
export
declare
const
css
:
StreamParser
<
unknown
>
export
declare
const
sCSS
:
StreamParser
<
unknown
>
export
declare
const
less
:
StreamParser
<
unknown
>
export
declare
const
gss
:
StreamParser
<
unknown
>