File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 8686 <key >comment </key >
8787 <string >Metaprogramming commands </string >
8888 <key >match </key >
89- <string >(?< =^|\s)(?:\:macro|\:calc|\:byte)(?=$|\s) </string >
89+ <string >(?< =^|\s)(?:\:macro|\:calc|\:byte|\:stringmode )(?=$|\s) </string >
9090 <key >name </key >
9191 <string >support.function.octo </string >
9292 </dict >
9898 <key >name </key >
9999 <string >support.function.octo </string >
100100 </dict >
101+ <dict >
102+ <key >comment </key >
103+ <string >Assertion command </string >
104+ <key >match </key >
105+ <string >(?< =^|\s)(?:\:assert)(?=$|\s) </string >
106+ <key >name </key >
107+ <string >support.function.octo </string >
108+ </dict >
101109 <dict >
102110 <key >comment </key >
103111 <string >Memory monitor command </string >
170178 <key >name </key >
171179 <string >entity.name.function.octo </string >
172180 </dict >
181+ <dict >
182+ <key >comment </key >
183+ <string >String Literals </string >
184+ <key >begin </key >
185+ <string >" </string >
186+ <key >end </key >
187+ <string >" </string >
188+ <key >name </key >
189+ <string >string.quoted.double.octo </string >
190+ <key >patterns </key >
191+ <array >
192+ <dict >
193+ <key >match </key >
194+ <string >\\[tnrv0\\"] </string >
195+ <key >name </key >
196+ <string >constant.character.escape.octo </string >
197+ </dict >
198+ </array >
199+ </dict >
173200 </array >
174201 <key >scopeName </key >
175202 <string >source.octo </string >
You can’t perform that action at this time.
0 commit comments