File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 1.5.0] The "Script Types" update
4+ - Fixed inconsistencies with ACS
5+ - Added script types support
6+ ``` acs
7+ script "Whatever" ENTER //<-- this one
8+ {
9+ // BLAH BLAH
10+ }
11+ ```
12+
313## [ 1.4.0] The "The ACS End (?)" update
414- ACS support seems done
515- String escaping is now supported
Original file line number Diff line number Diff line change 100100 "name" : " constant.numeric.acs" ,
101101 "match" : " \\ d+"
102102 },
103+ {
104+ "name" : " storage.type.script.acs" ,
105+ "match" : " (?i)(?<=^script\\ s+.+?\\ s+)\\ w+"
106+ },
103107 {
104108 "name" : " constant.hexadecimal.acs" ,
105109 "match" : " \\ s0[xX][0-9a-fA-F]+"
114118 },
115119 {
116120 "name" : " constant.language.boolean.acs" ,
117- "match" : " \\ b(?i:true|false )\\ b"
121+ "match" : " \\ b(TRUE|FALSE )\\ b"
118122 }
119123 ]
120124 },
You can’t perform that action at this time.
0 commit comments