Skip to content

Commit e390bca

Browse files
authored
Update README.md
1 parent eee5a79 commit e390bca

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
GreyScript formatting, highlighting, and other cool features for [Grey Hack](https://greyhackgame.com).<br>
2-
Report bugs [here](https://github.com/WyattSL/greyscript/issues).
2+
Report bugs [here](https://github.com/WyattSL/greyscript/issues).
3+
4+
## Usage
5+
Greyscript's syntax highlighting (*should*) automatically activate if you edit a `.gs` or `.src` file, but to enable it manually, use CTRL+K, CTRL+M and select `Greyscript`.
6+
7+
8+
To use commands, press CTRL+SHIFT+P to view the command bar, and enter `Greyscript:`.
9+
10+
Greyscript has a `Goto Error` command, which *should* be able to take the error line given from a program, and translate it to the actual line. Grey Hack has (*or had?*) a known bug where the line given would sometimes be off by an amount, due to certain circumstances.
11+
12+
Greyscript also has a `Minify` command, which *should* able to minify the current file.
13+
14+
## Settings
15+
If you decide that you do not like some of the awesome features provided by the extension, you may disable certain aspects in the [settings menu](https://code.visualstudio.com/docs/getstarted/settings) of Visual Studio Code.

0 commit comments

Comments
 (0)