mirror of
https://github.com/irmen/prog8.git
synced 2025-02-20 03:29:01 +00:00
Added txt.cls()
to prog8_builtins.vim
(#159)
This commit is contained in:
parent
e646dd1ed1
commit
67bc0b6931
@ -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\>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user