Skip to content

Commit 174f4b8

Browse files
committed
Minor fix in constant regexp
1 parent 03bf581 commit 174f4b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntaxes/cortex-debug-disassembly.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{
1616
"comment": "Numeric constant",
1717
"name": "constant.numeric",
18-
"match": "(0x[0-9A-F]+)|(#[0-9]+)"
18+
"match": "(0x[0-9A-Fa-f]+)|(#[0-9]+)"
1919
},
2020
{
2121
"comment": "Register",
@@ -28,4 +28,4 @@
2828
"match": ";.*$"
2929
}
3030
]
31-
}
31+
}

0 commit comments

Comments
 (0)