UNPKG

@ryusei/code

Version:

<div align="center"> <a href="https://code.ryuseijs.com"> <img alt="RyuseiCode" src="https://code.ryuseijs.com/images/svg/logo.svg" width="70"> </a>

13 lines (10 loc) 268 B
import { KeyMatcher } from '@ryusei/code'; /** * The collection of shortcuts for the Comment extension. * * @since 0.1.0 */ export const KEYMAP: Record<string, KeyMatcher | KeyMatcher[]> = { lineComment : [ '/', true ], blockComment: [ '?', true, true ], };