Skip to content

Commit

Permalink
Fixed highlighting (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCockx authored Jun 10, 2024
1 parent 0c75e69 commit d9ac231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rosetta-ide/rosetta.tmLanguage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ variables:
synonymAnnotationSectionEnd: (?={{synonymAnnotationSection}})|(?=\])|{{rootEnd}}
docReferenceAnnotationSection: '{{wordStart}}(rationale|rationale_author|structured_provision|provision|reportedField){{wordEnd}}'
docReferenceAnnotationSectionEnd: (?={{docReferenceAnnotationSection}}|\])|{{sectionEnd}}
expressionEnd: '(?=,|\))|{{sectionEnd}}'
functionalOperationEnd: (?=\])|(?={{listOperation}}|{{wordStart}}(else|then){{wordEnd}})|{{expressionEnd}}
expressionEnd: '(?=,|\)|\])|{{sectionEnd}}'
functionalOperationEnd: (?={{listOperation}}|{{wordStart}}(else|then){{wordEnd}})|{{expressionEnd}}

patterns:
- include: '#model'
Expand Down

0 comments on commit d9ac231

Please sign in to comment.