Skip to content

Commit

Permalink
Merge pull request #245 from kgadek/master
Browse files Browse the repository at this point in the history
syntax: allow primes in names
  • Loading branch information
mvoidex committed Feb 5, 2016
2 parents e622d39 + 811f05c commit 7fbb60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Haskell-SublimeHaskell.tmLanguage
Expand Up @@ -371,7 +371,7 @@
<string>(?x)
(')
(?:
[\ -\[\]-~] # Basic Char
[\ -&(-\[\]-~] # Basic Char
| (\\(?:NUL|SOH|STX|ETX|EOT|ENQ|ACK|BEL|BS|HT|LF|VT|FF|CR|SO|SI|DLE
|DC1|DC2|DC3|DC4|NAK|SYN|ETB|CAN|EM|SUB|ESC|FS|GS|RS
|US|SP|DEL|[abfnrtv\\\"'\&amp;])) # Escapes
Expand Down

0 comments on commit 7fbb60c

Please sign in to comment.