Skip to content

Commit

Permalink
Merge pull request #216 from justjoheinz/bug/188
Browse files Browse the repository at this point in the history
Consider Elaboration in infix grammar
  • Loading branch information
justjoheinz authored Sep 12, 2018
2 parents 1ff14b0 + 76f8d95 commit bfdaccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/language-idris.cson
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ patterns:
}
{
name: 'keyword.operator.function.infix.idris'
begin: '`'
begin: '`(?![\{|\(])'
beginCaptures:
0:
name: 'punctuation.definition.entity.idris'
Expand Down

0 comments on commit bfdaccc

Please sign in to comment.