Skip to content

Commit

Permalink
Fix missing highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeFlyingSheep committed Jul 6, 2023
1 parent 5133579 commit 9521659
Show file tree
Hide file tree
Showing 6 changed files with 1,721 additions and 174 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Add highlighting for more escape sequences.
- Add highlighting for FCSR registers.
- Add highlighting for LVZ, LBT, LSX and LASX instructions.

## [1.2.1] - 2023-07-06

### Changed

- Fix missing highlighting.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ Add highlighting for FCSR registers.

Add highlighting for LVZ, LBT, LSX and LASX instructions.

### 1.2.1

Fix missing highlighting.

## Reference

* [Vscode Language Extensions, Syntax Highlight Guide](https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "loongarch-assembly",
"displayName": "LoongArch Assembly",
"description": "Provides language support for LoongArch assembly language.",
"version": "1.2.0",
"version": "1.2.1",
"publisher": "FreeFlyingSheep",
"license": "MIT",
"repository": {
Expand Down
1,188 changes: 1,085 additions & 103 deletions syntaxes/loongarch.tmLanguage.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9521659

Please sign in to comment.