Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.
/ vscode-tmlanguage Public archive

Syntax highlighting for TextMate/SublimeText laguage definitions

License

Notifications You must be signed in to change notification settings

Togusa09/vscode-tmlanguage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

784ddeb · Aug 24, 2017

History

42 Commits
Feb 16, 2017
Apr 8, 2016
Mar 16, 2016
Aug 24, 2017
Jan 20, 2017
Apr 7, 2016
Mar 6, 2016
Feb 17, 2017
May 5, 2016
Mar 6, 2016
Mar 6, 2016
Aug 24, 2017
Aug 24, 2017
Apr 17, 2016
Feb 16, 2017
Mar 6, 2016

Repository files navigation

#TextMate/Sublime Language Definition for VSCode

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. Coffee script language information is sourced from https://github.com/aponxi/sublime-better-coffeescript/blob/master/CoffeeScript.tmLanguage

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 JSON-tmLanguage

###Syntax Highlighting and Snippets for YAML-tmLanguage files YAML-tmLanguage

###Conversion between tmLanguage file variants Available Commands

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