components/prism-django.js


Log

Author Commit Date CI Message
Golmote 33297c48 2017-10-22T14:30:24 Django: Regexp optimisation
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 d6e068aa 2017-01-28T10:36:10 Run gulp
Roman Miroshnychenko 345b1b2a 2017-01-28T11:08:49 Adds Django/Jinja2 language definition (#1085)