Skip to content

Commit

Permalink
fix(gml) numbers are numbers!
Browse files Browse the repository at this point in the history
  • Loading branch information
thennothinghappened committed Dec 14, 2024
1 parent a9a005e commit 088ace7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/gml.js
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ export default function(hljs) {
* Various representations of numbers
*/
const NUMBER = {
scope: "literal",
scope: "number",
variants: [
{ match: /(\B|^)\$[0-9a-fA-F]+/ },
{ match: /(\B|^)#[0-9a-fA-F]+/ },
Expand Down

0 comments on commit 088ace7

Please sign in to comment.