(add) new 3rd- party grammar riscvasm (#3841)

This commit is contained in:
aana-h2 2023-08-18 11:40:58 +08:00 committed by GitHub
parent 7db19e7e62
commit 198cb61883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Parser:
New Grammars:
- added 3rd party x86asmatt grammar to SUPPORTED_LANGUAGES [gondow][]
- added 3rd party riscv64 grammar to SUPPORTED_LANGUAGES [aana-h2][]
Core Grammars:
@ -55,8 +56,10 @@ Dev tool:
[qoheniac]: https://github.com/qoheniac
[Samuel Bishop]: https://github.com/dannflor
[gondow]: https://github.com/gondow
[aana-h2]: https://github.com/aana-h2
[Nicholas Thompson]: https://github.com/NAThompson
## Version 11.8.0
Parser engine:

View File

@ -187,6 +187,7 @@ The table below shows the full list of languages (and corresponding classes/alia
| RenderMan RIB | rib | |
| RenderMan RSL | rsl | |
| RiScript | risc, riscript | [highlightjs-riscript](https://github.com/highlightjs/highlightjs-riscript) |
| Riscv | riscv, riscvasm | [highlightjs-riscvasm](https://github.com/highlightjs/highlightjs-riscvasm) |
| Roboconf | graph, instances | |
| Robot Framework | robot, rf | [highlightjs-robot](https://github.com/highlightjs/highlightjs-robot) |
| RPM spec files | rpm-specfile, rpm, spec, rpm-spec, specfile | [highlightjs-rpm-specfile](https://github.com/highlightjs/highlightjs-rpm-specfile) |