Skip to content

Commit

Permalink
Fix field signature grammar
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
fwcd committed Jul 14, 2022
1 parent d6c97c4 commit acbbbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/curry.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
]
},
"field_signature": {
"match": "\\b(\\w+)\\s*(::|∷)\\s*(\\S.+)",
"match": "\\b(\\w+)\\s*(::|∷)\\s*([^,}]+)",
"name": "meta.declaration.field.signature.curry",
"captures": {
"1": {
Expand Down

0 comments on commit acbbbed

Please sign in to comment.