Skip to content

Commit

Permalink
feat: Expand the list of associated file extensions (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
slavek-kucera committed Mar 31, 2022
1 parent 992405e commit 3864bd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions clients/vscode-hlasmplugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#### Added
- Allow viewing content generated by AINSERT instruction and preprocessors
- Expand the list of associated file extensions

#### Fixed
- Fixed an issue preventing correct N' attribute evaluation of empty subscript arrays
Expand Down
6 changes: 5 additions & 1 deletion clients/vscode-hlasmplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,11 @@
{
"id": "hlasm",
"extensions": [
".hlasm"
".hlasm",
".asmpgm",
".asmmac",
".asm",
".mac"
],
"aliases": [
"HLASM"
Expand Down

0 comments on commit 3864bd9

Please sign in to comment.