登录 注册
当前位置:主页 > 资源下载 > 50 > 一个用于利用Text Mate语法对文本进行标记的库叫做vscode-textmate

一个用于利用Text Mate语法对文本进行标记的库叫做vscode-textmate

  • 更新:2024-10-29 13:35:26
  • 大小:2.27MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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