where to place vscode syntax files.

This commit is contained in:
Irmen de Jong 2024-01-08 00:09:21 +01:00
parent 4a4b6c04a1
commit aa4cd13c31
2 changed files with 10 additions and 2 deletions

View File

@ -11,7 +11,7 @@ cbm {
; CLEARSCR -> use txt.clear_screen
; HOMECRSR -> use txt.home or txt.plot
romsub $FF81 = CINT() clobbers(A,X,Y) ; (alias: SCINIT) initialize screen editor and video chip, including resetting to the default color palette
romsub $FF81 = CINT() clobbers(A,X,Y) ; (alias: SCINIT) initialize screen editor and video chip, including resetting to the default color palette. Note: also sets the video mode back to VGA
romsub $FF84 = IOINIT() clobbers(A, X) ; initialize I/O devices (CIA, IRQ, ...)
romsub $FF87 = RAMTAS() clobbers(A,X,Y) ; initialize RAM, screen
romsub $FF8A = RESTOR() clobbers(A,X,Y) ; restore default I/O vectors

View File

@ -1,5 +1,13 @@
A contributed syntax definition file for Visual Studio Code can be obtained from:
https://github.com/akubiczek/Prog8-TmLanguage-VsCode
https://github.com/akubiczek/Prog8-TmLanguage-VsCode
Copy the Prog8 folder and its content into the ./extensions/ Visual Studio Code folder, Located at:
- Windows: \%USERPROFILE%\.vscode\extensions
- MacOS: ~/.vscode/extensions
- Linux: ~/.vscode/extensions