Skip to content

Commit

Permalink
Highlighted backtick as number literal
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c committed Apr 5, 2023
1 parent b526a6f commit 6a24bee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the "samarium-language" extension will be documented in t

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [0.12.0]

### Added
- `` ` `` is now highlighted as a number literal

## [0.11.2] - 2022-12-07

### Fixed
Expand Down Expand Up @@ -159,4 +164,5 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
[0.10.1]: https://github.com/samarium-lang/vscode-samarium/compare/0.10.0...0.10.1
[0.11.0]: https://github.com/samarium-lang/vscode-samarium/compare/0.10.1...0.11.0
[0.11.1]: https://github.com/samarium-lang/vscode-samarium/compare/0.11.0...0.11.1
[0.11.2]: https://github.com/samarium-lang/vscode-samarium/compare/0.11.1...0.11.2
[0.11.2]: https://github.com/samarium-lang/vscode-samarium/compare/0.11.1...0.11.2
[0.12.0]: https://github.com/samarium-lang/vscode-samarium/compare/0.11.2...0.12.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publisher": "Samarium",
"repository": "https://github.com/samarium-lang/vscode-samarium.git",
"icon": "images/SamariumWhiteCircle.png",
"version": "0.11.2",
"version": "0.12.0",
"engines": {
"vscode": "^1.63.0"
},
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/samarium.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"patterns": [
{
"name": "constant.numeric.samarium",
"match": "/|\\\\"
"match": "/|\\\\|`"
}
]
},
Expand Down

0 comments on commit 6a24bee

Please sign in to comment.