mirror of https://github.com/helix-editor/helix
8 lines
129 B
JavaScript
8 lines
129 B
JavaScript
|
// omment toggle on this line should use the javascript comment token(s).
|
||
|
foo();
|
||
|
css`
|
||
|
html {
|
||
|
background-color: red;
|
||
|
}
|
||
|
`;
|