File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ patterns:
64
64
65
65
- comment : Statement keywords (standard)
66
66
name : keyword.other.octo
67
- match : (?<=^|\s)(?:clear|bcd|save|load|sprite|hex|random|delay|key|-key|buzzer|native)(?=$|\s)
67
+ match : (?<=^|\s)(?:clear|bcd|save|load|sprite|hex|random|delay|pitch| key|-key|buzzer|native)(?=$|\s)
68
68
69
69
- comment : Statement keywords (SCHIP)
70
70
name : keyword.other.octo
Original file line number Diff line number Diff line change 126
126
<key >comment </key >
127
127
<string >Statement keywords (standard) </string >
128
128
<key >match </key >
129
- <string >(?< =^|\s)(?:clear|bcd|save|load|sprite|hex|random|delay|key|-key|buzzer|native)(?=$|\s) </string >
129
+ <string >(?< =^|\s)(?:clear|bcd|save|load|sprite|hex|random|delay|pitch| key|-key|buzzer|native)(?=$|\s) </string >
130
130
<key >name </key >
131
131
<string >keyword.other.octo </string >
132
132
</dict >
You can’t perform that action at this time.
0 commit comments