UNPKG

nisp

Version:

A language that for easily build cross-language language

17 lines (16 loc) 333 B
"use strict"; exports.__esModule = true; var style = { identifier: 'identifier', string: 'string', number: 'number', groupStart: 'group', groupEnd: 'group', comment: 'comment', error: 'error', blank: 'blank', "null": 'null', boolean: 'boolean', name: 'name' }; exports["default"] = style;