-
一个用于利用Text Mate语法对文本进行标记的库叫做vscode-textmate
资源介绍
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