components/prism-autohotkey.min.js


Log

Author Commit Date CI Message
Michael Schmidt 61c460e8 2022-03-13T19:06:50 Autohotkey: Use standard tokens (#3385)
Michael Schmidt 7ac84dda 2022-03-13T10:59:54 Autohotkey: Use general pattern instead of name list for directives (#3384)
Michael Schmidt 3c61c8f7 2021-10-14T14:01:11 ESLint: Added `regexp/no-useless-flag` rule (#3150)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt 18a00828 2021-06-13T19:53:03 ESLint: Added regexp plugin (#2924)
Michael Schmidt 79d22182 2021-06-08T13:50:35 FIxed some cases of quadratic worst-case runtime (#2922)
Michael Schmidt fc2a3334 2021-06-08T13:47:02 Autohotkey: Improved tag pattern (#2920)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Joe DF 7c66cfc4 2020-07-02T17:42:38 AutoHotkey: Added missing "format" built-in (#2450)
Michael Schmidt ddf3cc62 2020-06-07T18:49:55 Autohotkey: Improved comments and other improvements (#2412) Original author: nnnik <nnnik@web.de>
Joe DF 4fe03676 2020-05-25T07:30:51 AutoHotkey: Added missing definitions (#2400) This adds a lot of missing keywords, builtins, constants, and other definitions.
Michael Schmidt c187e229 2019-10-16T12:06:22 Added test for unused capturing groups (#1996) This adds a test that checks for unused capturing groups in patterns and another test which ensures that lookbehind groups are always the first thing being matched in a pattern.
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 134ed703 2017-10-22T14:16:34 AutoHotkey: Regexp simplification + don't use captures if not needed
Golmote fe0a068a 2015-07-11T20:02:03 AutoHotkey: removed duplicates in keywords lists
Golmote f0ccb1b0 2015-07-11T19:48:16 AutoHotkey: match all operators + add comma to punctuation
Golmote 0a1fc4b3 2015-07-11T19:29:50 AutoHotkey: allow tags (labels) to be highlighted at the end of the code
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote c8e3c2d7 2015-01-09T08:11:48 Run gulp
Avi Aryan e76c4b90 2014-08-01T22:04:58 optimized autohotkey.js even more
Avi Aryan 2ad320bd 2014-08-01T14:10:06 optimized the regex a bit
Avi Aryan 76e66b91 2014-08-01T10:09:21 updated autohotkey for #307, fixes it
Avi Aryan 513a53af 2014-07-12T13:08:37 updated autohotkey minified file
Lea Verou af7a42a4 2014-07-10T19:25:02 Updated minified versions