Bump lodash and @microsoft/api-extractor (#283)
Bumps lodash to 4.18.1 and updates ancestor dependency @microsoft/api-extractor. These dependencies need to be updated together.
Updates
lodashfrom 4.17.23 to 4.18.1Updates
@microsoft/api-extractorfrom 7.57.6 to 7.58.1
updated-dependencies:
- dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect
- dependency-name: “@microsoft/api-extractor” dependency-version: 7.58.1 dependency-type: direct:development …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
VSCode TextMate
An interpreter for grammar files as defined by TextMate. TextMate grammars use the oniguruma dialect (https://github.com/kkos/oniguruma). Supports loading grammar files from JSON or PLIST format. This library is used in VS Code. Cross - grammar injections are currently not supported.
Installing
Using
For grammar authors
See vscode-tmgrammar-test that can help you write unit tests against your grammar.
API doc
See the main.ts file
Developing
npm installnpm run watchnpm testnpm run benchmarknpm run inspect -- PATH_TO_GRAMMAR PATH_TO_FILECode of Conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
License
MIT