-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Already supports: - Error squigglies - Semantic tokens based on lexer token stream - Go to definition which already makes for a better syntax highlighting experience and IDE features than anything what exists in VSCode today :^) This commit also fixes many issues in spcasm, mostly: codegen tables, source range coalescing, lexer indices.
- Loading branch information
1 parent
3eba07d
commit 4672044
Showing
24 changed files
with
1,719 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,6 @@ out.gif | |
tests/yoshi.brr | ||
tests/yoshi-test-generated.wav | ||
tests/test-output | ||
|
||
node_modules | ||
/sals/vscode/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.