Skip to content

Releases: pedro-w/vscode-tmlanguage

v1.1.0 Enable JSON formatting

25 Jun 18:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

Re-enabled functionality

01 Mar 21:29
Compare
Choose a tag to compare

0.12.0 (Feb 2022)

  • Changed extensions to more conventional .tmLanguage.json and .tmLanguage.yaml (Thanks to SNDST00M)
  • Re-enabled some syntax checking in .json files
  • Improved efficiency

Full Changelog: v0.11.0...v0.12.0

Initial release from pedro-w

20 Aug 12:47
Compare
Choose a tag to compare

This incorporates bug fixes from v0.9.0 up to now.

  • Create one DiagnosticCollection and reuse it (fix for #19)
  • Fixes taken from disco0
  • Use native JSON instead of package format-json
  • Use package yaml instead of yamljs
  • Use esbundle