Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored and joshgoebel committed Jul 28, 2024
1 parent 0ad4bf9 commit 12d034f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ CONTRIBUTORS
[BaliBalo]: https://github.com/BaliBalo
[William Wilkinson]: https://github.com/wilkinson4
[nixxquality]: https://github.com/nixxquality
[srawlins]: https://github.com/srawlins


## Version 11.10.0
Expand Down
4 changes: 2 additions & 2 deletions src/languages/dart.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export default function(hljs) {
className: 'number',
relevance: 0,
variants: [
{ begin: "\\b[0-9][0-9_]*(\\.[0-9][0-9_]*)?([eE][+-]?[0-9][0-9_]*)?\\b" },
{ begin: "\\b0[xX][0-9A-Fa-f][0-9A-Fa-f_]*\\b" }
{ match: /\b[0-9][0-9_]*(\.[0-9][0-9_]*)?([eE][+-]?[0-9][0-9_]*)?\b/ },
{ match: /\b0[xX][0-9A-Fa-f][0-9A-Fa-f_]*\b/ }
]
};

Expand Down

0 comments on commit 12d034f

Please sign in to comment.