From 438a16d6a650c7c6d1a37d436bef837a0d6947fd Mon Sep 17 00:00:00 2001 From: toastal Date: Thu, 22 Jul 2021 22:17:12 +0700 Subject: [PATCH] =?UTF-8?q?=E2=88=80=20is=20a=20keyword=20and=20alias=20fo?= =?UTF-8?q?r=20forall=20in=20PureScript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/prism-purescript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/prism-purescript.js b/components/prism-purescript.js index 02cdaaab78..a6b3a41c36 100644 --- a/components/prism-purescript.js +++ b/components/prism-purescript.js @@ -1,5 +1,5 @@ Prism.languages.purescript = Prism.languages.extend('haskell', { - 'keyword': /\b(?:ado|case|class|data|derive|do|else|forall|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b/, + 'keyword': /\b(?:ado|case|class|data|derive|do|else|forall|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where|∀)\b/, 'import-statement': { // The imported or hidden names are not included in this import