Skip to content

Releases: turing-marcos/vscode-turing-machine

v2.1.0 - Fix syntax not working

29 Nov 13:55
Compare
Choose a tag to compare

On the previous release the syntax highlighting did not work

Full Changelog: v2.0.0...v2.1.0

v2.0.0 - New and improved version

29 Nov 13:25
Compare
Choose a tag to compare

v1.1.2 - Corrected definition of "state"

15 Nov 12:16
Compare
Choose a tag to compare

Updated definition of "state" (now states don't have to have a number in the name)

v1.1.1 - Compatibility

15 Nov 00:59
Compare
Choose a tag to compare

Lowered the minimum compatible version of VS code.

I hope this does not break the extension for some computers, but I don't think so because the APIs I use are pretty basic.

v1.1.0 - Better color support

15 Nov 00:22
Compare
Choose a tag to compare

What's Changed

  • Added a light theme
  • Improved colors
  • Removed "dark" word
  • Updated readmes

Info

Full Changelog: v1.0.0...v0.2.0

v1.0.0 - Initial release

13 Nov 17:00
Compare
Choose a tag to compare

This is the initial release. It includes syntax highlighting and icons for .tm files.