grammars/hint.message.haskell.json in github-linguist-4.8.13 vs grammars/hint.message.haskell.json in github-linguist-4.8.14
- old
+ new
@@ -922,29 +922,19 @@
]
}
}
},
{
- "match": "(::|∷)(.*?)(?:(?<![\\p{S}\\p{P}&&[^(),;\\[\\]`{}_\"']])(<-|=)(?![\\p{S}\\p{P}&&[^(),;\\[\\]`{}_\"']])|$)",
+ "match": "(::|∷)(.*?)(?=(?<![\\p{S}\\p{P}&&[^(),;\\[\\]`{}_\"']])(<-|=)(?![\\p{S}\\p{P}&&[^(),;\\[\\]`{}_\"']])|$)",
"captures": {
"1": {
"name": "keyword.other.double-colon.haskell"
},
"2": {
"name": "meta.type-signature.haskell",
"patterns": [
{
"include": "#type_signature"
- }
- ]
- },
- "3": {
- "patterns": [
- {
- "include": "#assignment_op"
- },
- {
- "include": "#operator"
}
]
}
}
}
\ No newline at end of file