mirror of
https://github.com/Steffo99/riscv-plus.git
synced 2025-02-18 01:23:59 +00:00
Support .s
extension
This commit is contained in:
parent
02bf18896c
commit
eab3aa135f
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
"languages": [{
|
"languages": [{
|
||||||
"id": "riscv",
|
"id": "riscv",
|
||||||
"aliases": ["RISC-V Assembly", "riscv"],
|
"aliases": ["RISC-V Assembly", "riscv"],
|
||||||
"extensions": [".riscv"],
|
"extensions": [".riscv", ".s"],
|
||||||
"configuration": "./configurations/riscv.configuration.json"
|
"configuration": "./configurations/riscv.configuration.json"
|
||||||
}],
|
}],
|
||||||
"grammars": [{
|
"grammars": [{
|
||||||
|
@ -35,4 +35,4 @@
|
||||||
"path": "./syntaxes/riscv.tmLanguage.json"
|
"path": "./syntaxes/riscv.tmLanguage.json"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue