components/prism-applescript.min.js


Log

Author Commit Date CI Message
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Michael Schmidt 7a554b5f 2020-04-16T22:27:54 Fixed several cases of exponential backtracking (#2268)
Michael Schmidt 3e00bb9c 2019-03-07T15:22:30 Rebuilt Prism (#1794) This is a rebuilt of Prism to update minified files.
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote f24e919e 2017-10-22T14:10:39 AppleScript: Regexp optimisation
Golmote 65cbaa95 2017-05-08T13:27:57 Run gulp after #1107
Golmote 66dac311 2015-07-11T09:23:11 AppleScript: Move numbers up so they are not broken by operator pattern
Golmote e8d09f6a 2015-07-11T09:18:50 AppleScript: Removed duplicates between keywords and classes
Golmote 1ec5a81e 2015-07-11T09:12:47 AppleScript: Removed duplicates between operators and keywords
Golmote 65894c59 2015-07-11T08:11:33 AppleScript: Allow one level of nesting in block comments
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 86b4d4df 2014-12-20T14:21:28 Run gulp tasks
Golmote 24659943 2014-12-20T14:02:11 Merge all keywords in one regexp
Golmote 1bd4d064 2014-12-16T09:03:57 Add AppleScript language