Skip to content

Commit e277220

Browse files
authored
Update README.md
1 parent a08fc51 commit e277220

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ taailsScript, a custom scripting language. (and interpreter)
33

44
## Table of Contents
55
- [Features](#features)
6+
- [VS Code Extension](#vs-code-extension)
67
- [Installation](#installation)
78
- [Usage](#usage)
89
- [Error Handling](#error-handling)
@@ -13,6 +14,9 @@ taailsScript, a custom scripting language. (and interpreter)
1314
- Error handling
1415
- Mathematical operations
1516

17+
## VS Code Extension
18+
I made a VS Code Extension that adds syntax highlighting to `.taails` files. The project is available [here](https://github.com/TaAils1440p/taailsScript-Code-Extension)
19+
1620
## Installation
1721
To install the taailsScript interpreter, follow these steps:
1822

@@ -46,4 +50,4 @@ RUN("your_file.taails")
4650
The interpreter includes a custom error handling system. Errors are defined with a start and end position, an error name, and details.
4751

4852
## License
49-
taailsScript is released under the MIT License. See the [LICENSE](./LICENSE) file for more details.
53+
taailsScript is released under the MIT License. See the [LICENSE](./LICENSE) file for more details.

0 commit comments

Comments
 (0)