1
Fork 0
mirror of https://github.com/Steffo99/riscv-plus.git synced 2024-10-16 14:37:34 +00:00

Comments don't need characters after them

This commit is contained in:
Steffo 2019-05-19 16:27:42 +02:00
parent 1507717d43
commit df43448847

View file

@ -91,7 +91,7 @@
] ]
}, },
{ {
"match": "#.+", "match": "#.*",
"name": "comment.line.number-sign.riscv" "name": "comment.line.number-sign.riscv"
}, },
{ {