Skip to content

Commit bfdaccc

Browse files
authored
Merge pull request #216 from justjoheinz/bug/188
Consider Elaboration in infix grammar
2 parents 1ff14b0 + 76f8d95 commit bfdaccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/language-idris.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ patterns:
106106
}
107107
{
108108
name: 'keyword.operator.function.infix.idris'
109-
begin: '`'
109+
begin: '`(?![\{|\(])'
110110
beginCaptures:
111111
0:
112112
name: 'punctuation.definition.entity.idris'

0 commit comments

Comments
 (0)