1
Fork 0
mirror of https://github.com/Steffo99/riscv-plus.git synced 2024-10-16 06:27:33 +00:00

Support .s extension

This commit is contained in:
Steffo 2022-06-21 03:05:27 +02:00
parent 02bf18896c
commit eab3aa135f
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -26,7 +26,7 @@
"languages": [{
"id": "riscv",
"aliases": ["RISC-V Assembly", "riscv"],
"extensions": [".riscv"],
"extensions": [".riscv", ".s"],
"configuration": "./configurations/riscv.configuration.json"
}],
"grammars": [{
@ -35,4 +35,4 @@
"path": "./syntaxes/riscv.tmLanguage.json"
}]
}
}
}