Skip to content

Commit

Permalink
Merge branch 'master' of github.com:idris-hackers/atom-language-idris
Browse files Browse the repository at this point in the history
  • Loading branch information
archaeron committed Feb 23, 2016
2 parents 62366fc + 8a09415 commit 632ea98
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions grammars/language-idris.cson
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ patterns:
name: 'keyword.operator.idris'
match: "[|&!%$?~+:\\-.=</>\\\\*]+"
}
{
include: '#data_ctor'
}
]
repository:
context_signature:
Expand Down Expand Up @@ -324,4 +327,12 @@ repository:
match: '\\^[A-Z@\\[\\]\\\\\\^_]'
}
]
data_ctor:
patterns:
[
{
'name': 'entity.name.tag.idris'
'match': '\\b[\\p{Lu}\\p{Lt}][\\p{Ll}_\\p{Lu}\\p{Lt}\\p{Nd}\']*(?:\\.[\\p{Lu}\\p{Lt}][\\p{Ll}_\\p{Lu}\\p{Lt}\\p{Nd}\']*)*\\b'
}
]
uuid: '4dd16092-ffa5-4ba4-8075-e5da9f368a72'

0 comments on commit 632ea98

Please sign in to comment.