https://github.com/xadillax/vscode-update-grammar-tool
Grammar update tool for VSCode. (Extracted from vscode)
https://github.com/xadillax/vscode-update-grammar-tool
grammar syntax-highlighting vscode
Last synced: 3 months ago
JSON representation
Grammar update tool for VSCode. (Extracted from vscode)
- Host: GitHub
- URL: https://github.com/xadillax/vscode-update-grammar-tool
- Owner: XadillaX
- License: mit
- Created: 2019-10-12T07:11:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T09:19:33.000Z (over 5 years ago)
- Last Synced: 2025-03-18T15:55:47.601Z (3 months ago)
- Topics: grammar, syntax-highlighting, vscode
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCode Update Grammar Tool
[](https://www.npmjs.org/package/vscode-update-grammar-tool)
[](https://www.npmjs.org/package/vscode-update-grammar-tool)
[](https://travis-ci.org/XadillaX/vscode-update-grammar-tool)
[](https://coveralls.io/r/XadillaX/vscode-update-grammar-tool?branch=master)
[](https://www.npmjs.org/package/vscode-update-grammar-tool)
[](https://david-dm.org/XadillaX/vscode-update-grammar-tool)Grammar update tool for VSCode. (Extracted from [vscode](https://github.com/microsoft/vscode/blob/1.37.1/build/npm/update-grammar.js))
## Installation
```
$ npm install -g vscode-update-grammar-tool
```## Usage
```
$ update-grammar --helpUsage: update-grammar ...
repo-id The repository ID
file-pairs The source file path in repository and the destination file path pairsUpdate vscode grammars from upstream
```## Contributing
Pull Requests are welcomed.