Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrmlnc/vscode-json5
:electric_plug: Syntax highlighting of JSON5 files in VS Code.
https://github.com/mrmlnc/vscode-json5
json5 visual-studio-code vscode vscode-extension
Last synced: about 2 months ago
JSON representation
:electric_plug: Syntax highlighting of JSON5 files in VS Code.
- Host: GitHub
- URL: https://github.com/mrmlnc/vscode-json5
- Owner: mrmlnc
- License: mit
- Created: 2016-10-01T11:39:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T20:26:07.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T23:10:50.495Z (2 months ago)
- Topics: json5, visual-studio-code, vscode, vscode-extension
- Homepage: https://goo.gl/qNIfKB
- Size: 4.88 KB
- Stars: 25
- Watchers: 3
- Forks: 13
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-json5
> This extension adds syntax highlighting of JSON5 files in VS Code.
## Colorization
![JSON5 syntax in VS Code](https://cloud.githubusercontent.com/assets/7034281/19013821/e8150e9a-87e4-11e6-9127-e9ec7c989c86.png)
(imported from [Atom package](https://github.com/wiredmax/language-json5))
## Usage
### Install the extension in VS Code
* Open the command palette using Ctrl+P.
* Type `ext install json5` in the command palette.### Select **JSON5** as a language
* On the bottom-right corner, click on the select language mode button, if you have created a new file it should display Plain Text.
* Select **JSON5** in the list of languages.
* Alternatively, saving the file with a `.json5` extension, will allow VS Code to understand that it is a JSON5 file, and automatically select the language correctly.### Supported features
* Syntax highlight
### Supported filetypes
* `.json5`
## Contributing
> These simple rules will help me to solve your problem.
* Check the **Issues** and **Pull requests** sections for duplicates of your question or path.
* Please, use GitHub emotions.
* If you want create **Issue**:
* Specify the version of your editor and used theme.
* Detailed description of your problem:
* Description
* Code sample
* Screenshot
* If you want create **Pull request**:
* Fork this repository and clone it to your machine.
* Open folder contains this extension in VS Code.
* Press F5.
* Make your changes and send a PR.## Changelog
See the [Releases section of our GitHub project](https://github.com/mrmlnc/vscode-json5/releases) for changelogs for each release version.
## License
This software is released under the terms of the MIT license.