Skip to content

Commit

Permalink
Fixed highlighting of {ld/ldx}.{hu/bu/wu}
Browse files Browse the repository at this point in the history
  • Loading branch information
XiWeiGu committed Apr 15, 2024
1 parent 647ad3a commit 1e6e2cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Fixed highlighting of ffint, bceqz and bcnez

## [V0.0.7]
- Fixed highlighting of {xv/v}haddw and {xv/v}hsubw
- Fixed highlighting of {xv/v}haddw and {xv/v}hsubw

## [V0.0.8]
- Fixed highlighting of {ld/ldx}.{hu/bu/wu}
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": "la64",
"displayName": "la64",
"description": "loongarch64 snippets",
"version": "0.0.7",
"version": "0.0.8",
"icon": "logo.png",
"publisher": "guxiwei",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/la64.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"patterns": [
{
"name": "keyword.control.la64",
"match": "\\b(ld|st|ldx|stx)\\.(b|h|w|d)\\b|\\b(st|ldx)\\.(bu|hu|wu)\\b|\\b(ldptr|stptr)\\.(w|d)\\b|\\b(preld|preldx)\\b"
"match": "\\b(ld|st|ldx|stx)\\.(b|h|w|d)\\b|\\b(st|ldx)\\.(bu|hu|wu)\\b|\\b(ldptr|stptr)\\.(w|d)\\b|\\b(preld|preldx)\\b|\\b(ld|ldx)\\.(bu|hu|wu)\\b"
}
]
},
Expand Down

0 comments on commit 1e6e2cd

Please sign in to comment.