components/prism-actionscript.js


Log

Author Commit Date CI Message
Michael Schmidt 3b2238fa 2021-10-10T19:36:58 JS: Added properties (#3099)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt f471d2d7 2021-06-17T22:27:40 Fixed problems reported by `regexp/no-dupe-disjunctions` (#2952)
Michael Schmidt fd20dbe4 2021-05-01T14:53:38 ESLint: Added spacing rules (#2862)
Michael Schmidt ad3fa443 2019-10-16T11:44:14 Inlined some unnecessary rest properties (#2082) This inlines a few unnecessary `rest` properties.
Golmote 5d12e80b 2017-10-22T14:05:39 ActionScript: Fix XML regex + optimise
Valtteri Laitinen 8aa2cc4a 2017-05-08T13:56:50 Replace [\w\W] with [\s\S] and [0-9] with \d in regexes (#1107) * Replace [\w\W] with [^] and [0-9] with \d in regexes * Replace [\s\S] with [^] * Replace [^] with [\s\S]
Golmote 90257b0d 2015-07-10T21:49:55 ActionScript: Fix XML highlighting
Golmote 6bf0794c 2015-07-10T08:23:19 ActionScript: Fix ! operator and add ++ and -- as whole operators
Golmote 62262857 2014-12-20T19:42:58 Moved some definitions to JS
Golmote 68858669 2014-12-20T13:36:18 Merge all keywords in one regexp
Golmote 923e1998 2014-12-20T13:32:46 Add condition around xml highlighting
Golmote d9bdd1db 2014-12-16T23:37:10 Fix spacing
Golmote 25c733f8 2014-12-16T21:27:24 Add ActionScript language