Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Updated package version and readme
Browse files Browse the repository at this point in the history
Added command documentation to readme
Updated version to 0.0.4
  • Loading branch information
Togusa09 committed Apr 8, 2016
1 parent 9eb756e commit cf979bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
Binary file added images/commands_sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tmlanguage",
"displayName": "TextMate Languages",
"description": "Syntax highlighter and snippets for JSON/YAML derivitives of TextMate language definition",
"version": "0.0.3",
"version": "0.0.4",
"publisher": "Togusa09",
"license": "MIT",
"engines": {
Expand Down
22 changes: 17 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,25 @@
This package provides syntax highlighting for the SublimeText JSON/YAML tmlanguage files in VsCode. The syntax highlighting uses
tmLanguage files sourced from https://github.com/SublimeText/PackageDev.

This package has no capability to convert between JSON/YAML and standard PLIST tmlanguage files. If this is required, SublimeText
PackageDev is recommended.
This package can now convert between JSON/YAML and standard PLIST tmLanguage files.

The functionality in this extension is inspired by SublimeText PackageDev, and the lack functionality around tmLanguage files, even though
it's a recommended format for VSCODE syntax highlighting.

##Currently Included

###Syntax Highlighting and Snippets for JSON-tmlanguage files
###Syntax Highlighting and Snippets for JSON-tmLanguage files
![JSON-tmLanguage](/images/json_sample.png)

###Syntax Highlighting and Snippets for YAML-tmlanguage files
![YAML-tmLanguage](/images/yaml_sample.png)
###Syntax Highlighting and Snippets for YAML-tmLanguage files
![YAML-tmLanguage](/images/yaml_sample.png)

###Conversion between tmLanguage file variants
![Available Commands](/images/commands_sample.png)

Included commands are:
- Convert to JSON-tmLanguage file - Converts to JSON from YAML/PLIST
- Convert to tmLanguage file - Converts to PLIST from YAML/JSON
- Convert to YAML-tmLanguage file - Converts to YAML from JSON/PLIST

Please raise any issues with this extension through [GitHub](https://github.com/Togusa09/vscode-tmlanguage/issues)

0 comments on commit cf979bb

Please sign in to comment.