FHIR / vscode-fsh

A Visual Studio Code language extension for FHIR Shorthand (FSH)
Apache License 2.0
18 stars 3 forks source link

Add syntax highlighting of cardinalities #81

Open mint-thompson opened 4 months ago

mint-thompson commented 4 months ago

Transferred from internal JIRA issue originally created 2020-04-09.

This will help make cardinality information stand out more.

jafeltra commented 1 month ago

Right now, cardinalities with a number on both sides (e.g 1..3) highlight. However, cardinalities that end with a * (e.g. 1..*) and one-sided cardinalities (e.g. ..3 and 1..) do not highlight.