Skip to content

Commit

Permalink
∀ is a keyword and alias for forall in PureScript
Browse files Browse the repository at this point in the history
  • Loading branch information
toastal committed Jul 22, 2021
1 parent 9c8911b commit 438a16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 438a16d

Please sign in to comment.