diff --git a/images/commands_sample.png b/images/commands_sample.png new file mode 100644 index 0000000..4bcee3d Binary files /dev/null and b/images/commands_sample.png differ diff --git a/package.json b/package.json index 9029fea..18533fc 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/readme.md b/readme.md index a4461b5..3aa2ad9 100644 --- a/readme.md +++ b/readme.md @@ -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) \ No newline at end of file +###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)