Skip to content

Commit 512e280

Browse files
committed
Update readme
1 parent 022a7bc commit 512e280

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the "ti-basic" extension will be documented in this file.
44

5+
## [0.2.0] - 2023-03-08
6+
7+
### Added
8+
9+
- Language snippets provided by [Hamburger317](https://github.com/Hamburger317)
10+
511
## [0.1.5] - 2023-02-21
612

713
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img alt="Screenshot" src="https://raw.githubusercontent.com/TIny-Hacker/language-ti-basic/main/assets/screenshot.png" width="250" />
44

55
## About
6-
This extension provides syntax highlighting for the z80 TI-BASIC language. This extension is meant specifically for the TI-84 Plus CE/83 Premium CE calculators, though it may work with others as well. Other useful features may be added in the future!
6+
This extension provides syntax highlighting and snippets (provided by [Hamburger317](https://github.com/Hamburger317)) for the z80 TI-BASIC language. This extension is meant specifically for the TI-84 Plus CE/83 Premium CE calculators, though it may work with others as well. Other useful features may be added in the future!
77

88
## FAQ
99
* Q: Why can't I load my file in VSCode?<br/>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ti-basic",
33
"displayName": "TI-BASIC",
4-
"version": "0.1.5",
4+
"version": "0.2.0",
55
"description": "Syntax highlighting for z80 TI-BASIC",
66
"author": {
77
"name": "TIny_Hacker",

0 commit comments

Comments
 (0)