Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsona/vscode-jsona-syntax
Syntax highlighting of JSONA files in VS Code.
https://github.com/jsona/vscode-jsona-syntax
jsona syntax-highlighting vscode vscode-extension
Last synced: 25 days ago
JSON representation
Syntax highlighting of JSONA files in VS Code.
- Host: GitHub
- URL: https://github.com/jsona/vscode-jsona-syntax
- Owner: jsona
- License: mit
- Created: 2020-10-30T15:08:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T05:13:25.000Z (over 2 years ago)
- Last Synced: 2024-11-12T20:36:32.797Z (3 months ago)
- Topics: jsona, syntax-highlighting, vscode, vscode-extension
- Homepage: https://marketplace.visualstudio.com/items?itemName=sigoden.vscode-jsona-syntax
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vscode JSONA Syntax
> This extension adds syntax highlighting of JSONA files in VS Code.
## Colorization
![JSONA syntax in VS Code](https://user-images.githubusercontent.com/4012553/183288426-45e123fe-f33c-47cc-b1d4-3f9961553ae7.png)
## Usage
### Install the extension in VS Code
* Open the command palette using Ctrl+P.
* Type `ext install jsona` in the command palette.### Select **JSONA** 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 **JSONA** in the list of languages.
* Alternatively, saving the file with a `.jsona` extension, will allow VS Code to understand that it is a JSONA file, and automatically select the language correctly.### Supported features
* Syntax highlight
### Supported filetypes
* `.jsona`
## License
This software is released under the terms of the MIT license.