vscode-textmate:一个使用Text Mate语法帮助标记文本的库

时间:2021-05-03 10:36:18
【文件属性】:
文件名称:vscode-textmate:一个使用Text Mate语法帮助标记文本的库
文件大小:2.27MB
文件格式:ZIP
更新时间:2021-05-03 10:36:18
grammar vscode textmate grammar-files JavaScript VSCode TextMate TextMate定义的语法文件的解释器。 TextMate语法使用oniguruma方言( )。 支持从JSON或PLIST格式加载语法文件。 该库在VS Code中使用。 目前不支持跨语法注入。 正在安装 npm install vscode-textmate 使用 const fs = require ( 'fs' ) ; const path = require ( 'path' ) ; const vsctm = require ( 'vscode-textmate' ) ; const oniguruma = require ( 'vscode-oniguruma' ) ; /** * Utility to read a file as a promise */ function readFile ( path ) { return

网友评论