Releases: turing-marcos/vscode-turing-machine
Releases · turing-marcos/vscode-turing-machine
v2.1.0 - Fix syntax not working
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
Full Changelog: v1.1.2...v2.0.0
v1.1.2 - Corrected definition of "state"
Updated definition of "state" (now states don't have to have a number in the name)
v1.1.1 - Compatibility
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
What's Changed
- Added a light theme
- Improved colors
- Removed "dark" word
- Updated readmes
Info
- Better color support by @margual56 in #1
Full Changelog: v1.0.0...v0.2.0
v1.0.0 - Initial release
This is the initial release. It includes syntax highlighting and icons for .tm
files.