components/prism-ada.js


Log

Author Commit Date CI Message
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