mirror of
https://github.com/ksherlock/BASIC.tmbundle.git
synced 2026-04-21 14:16:36 +00:00
st3 updates
This commit is contained in:
@@ -8,13 +8,20 @@ contexts:
|
||||
main:
|
||||
- match: ^\d+
|
||||
scope: entity.name.function.line-number
|
||||
- match: \b(?i:rem).*$
|
||||
scope: comment.line
|
||||
- match: \b(?i:rem)
|
||||
push:
|
||||
- meta_scope: comment.line
|
||||
- match: '\n'
|
||||
pop: true
|
||||
|
||||
- match: '"'
|
||||
scope: punctuation.definition.string.begin
|
||||
push:
|
||||
- meta_scope: string.quoted.double
|
||||
- match: '"'
|
||||
scope: punctuation.definition.string.end
|
||||
pop: true
|
||||
|
||||
- match: '\b(?i:goto|if|then|for|to|step|next|gosub|return|pop|stop|con|end)(?![$])\b'
|
||||
scope: keyword.control
|
||||
- match: '\b(?i:list)(?![$])\b'
|
||||
|
||||
Reference in New Issue
Block a user