components/prism-ada.js

Branch


Log

Author Commit Date CI Message
Wei Ting cde0b5b2 2022-03-12T20:34:39 Ada: Changed `attr-name` to `attribute`; Use `attr-name` as alias (#3381)
Wei Ting c30b736f 2022-03-12T17:58:26 Ada: Added `or` keyword (#3380)
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 01cc18ed 2021-05-25T12:49:30 ESLint: Added eol-last rule (#2902)
Golmote b7cdea2c 2017-10-22T14:06:39 Ada: Regexp simplification
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 65619f7e 2016-07-03T03:20:53 Add support for Ada (generic). Closes #949