mirror of
https://github.com/Steffo99/riscv-plus.git
synced 2025-01-29 16:23:56 +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": [{
|
||||
"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"
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue