https://github.com/beda-software/vscode-fhirpath
VScode extension for syntax highlighting for fhirpath
https://github.com/beda-software/vscode-fhirpath
Last synced: over 1 year ago
JSON representation
VScode extension for syntax highlighting for fhirpath
- Host: GitHub
- URL: https://github.com/beda-software/vscode-fhirpath
- Owner: beda-software
- License: mit
- Created: 2023-05-30T08:49:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T21:21:49.000Z (over 1 year ago)
- Last Synced: 2025-01-10T02:19:10.485Z (over 1 year ago)
- Homepage:
- Size: 98.6 KB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fhirpath-lang
Syntax highlight extension for fhirpath for VScode
## Features
- Available for .fhirpath file extension
- Embedded to .yaml files (under expression keyword)
- Embedded to .fsh files (inside `[[blocks]]`)
## Release Notes
## 0.3.1
- Add support for FHIRPath Mapping Language embedded expressions
## 0.1.7
- Embed to FSH (FHIR ShortHand) files to `[[blocks]]``
- Fix YAML inline embedding
### 0.1.5
- Prepare extension for marketplace
### 0.1.0
- Improve fhirpath in yaml highlighting in expression only (including double quoted and blocks)
### 0.0.1
- Initial release