Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Börner committed Oct 23, 2020
1 parent 4b0e725 commit 5f6c4ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Healex](images/healex-icon-cropped.png)

# FHIR Mapping Language syntax highlighter
# FHIR Mapping Language Syntax Highlighter

This extension provides syntax highlighting for the FHIR Mapping Language and is published and maintained by [Healex](https://healex.systems/en/home/). We are a German company building FHIR based solutions in healthcare.

Expand All @@ -21,9 +21,9 @@ Make sure to use one of VS Code's default themes for the best experience.

If syntax highlighting is not enabled automatically for your file, do the following:

1. Select the language mode in the lower right corner of Visual Studio Code ![Full Syntax highlighting for the FHIR Mapping Language](images/select-fhir-mapping-language.jpg)
1. Select the language mode in the lower right corner of Visual Studio Code ![](images/select-fhir-mapping-language.jpg)

2. Search for 'FHIR Mapping Language' in the dropdown and select 'FHIR Mapping Language' ![Full Syntax highlighting for the FHIR Mapping Language](images/select-fhir-mapping-language-2.jpg)
2. Search for 'FHIR Mapping Language' in the dropdown and select 'FHIR Mapping Language' ![](images/select-fhir-mapping-language-2.jpg)

## Known Issues

Expand Down
Binary file modified images/healex-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
"displayName": "FHIR Mapping Language",
"description": "Syntax highlighting for the FHIR mapping language",
"version": "1.0.0",
"publisher": "Healex",
"publisher": "HealexSystems",
"author": {
"name": "Healex"
"name": "Healex Systems"
},
"bugs": {
"url": "https://github.com/healexsystems/MappingLanguageExtension/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/healexsystems/MappingLanguageExtension/"
},
"homepage": "https://github.com/healexsystems/MappingLanguageExtension/blob/master/README.md",
"engines": {
"vscode": "^1.47.0"
},
Expand All @@ -37,6 +33,6 @@
"icon": "images/healex-icon.png",
"galleryBanner": {
"color": "#FFFFFF",
"theme": "dark"
"theme": "light"
}
}

0 comments on commit 5f6c4ac

Please sign in to comment.