Added txt.cls() to prog8_builtins.vim (#159)

This commit is contained in:
Tymoteusz Moryto 2025-02-01 14:21:40 +01:00 committed by GitHub
parent e646dd1ed1
commit 67bc0b6931
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -323,6 +323,7 @@ syn match prog8BuiltInVar "\<cx16\.r15\>"
syn match prog8BuiltInVar "\<txt\.DEFAULT_WIDTH\>"
syn match prog8BuiltInVar "\<txt\.DEFAULT_HEIGHT\>"
syn match prog8BuiltInFunc "\<txt\.clear_screen\>"
syn match prog8BuiltInFunc "\<txt\.cls\>"
syn match prog8BuiltInFunc "\<txt\.home\>"
syn match prog8BuiltInFunc "\<txt\.nl\>"
syn match prog8BuiltInFunc "\<txt\.spc\>"