https://github.com/mideind/vscodegrammar
VSCode extension for syntax coloring of .grammar files
https://github.com/mideind/vscodegrammar
Last synced: 3 months ago
JSON representation
VSCode extension for syntax coloring of .grammar files
- Host: GitHub
- URL: https://github.com/mideind/vscodegrammar
- Owner: mideind
- Created: 2018-09-12T13:06:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T16:21:20.000Z (over 3 years ago)
- Last Synced: 2025-01-26T03:08:12.463Z (over 1 year ago)
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Syntax highlighting for .grammar files
This extension shows .grammar files with nice syntax coloring in VSCode.
## Installation
You can manually install a VS Code extension packaged in a .vsix file using the
Install from VSIX command in the Extensions view command dropdown, or the
Extensions: Install from VSIX command in the Command Palette. Just point to the .vsix file
included in this repository.
Alternatively, copy `syntaxes/grammar.tmLanguage` to your `.vscode` configuration
directory:
```
cp syntaxes/grammar.tmLanguage ~/.vscode/extensions/VSCodeGrammar/syntaxes/
```