From 9187e19833dc744c036e1e12a0e04094dd2eb70c Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Thu, 17 Oct 2019 10:53:01 -0400 Subject: [PATCH] Goodbye IE --- docs/language-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/language-guide.rst b/docs/language-guide.rst index 0acfb632e2..6e598ab8ca 100644 --- a/docs/language-guide.rst +++ b/docs/language-guide.rst @@ -261,7 +261,7 @@ at the end under "Common regexps" and "Common modes" titles. Use them when possi Regular Expression Features --------------------------- -The goal of Highlight.js is to support whatever regex features Javascript itself supports. IE, you're using real regular expressions, use them responsibly. That said, due to the design of the parser, there are some caveats. These are addressed below. +The goal of Highlight.js is to support whatever regex features Javascript itself supports. You're using real regular expressions, use them responsibly. That said, due to the design of the parser, there are some caveats. These are addressed below. Things we support now that we did not always: