diff options
author | Cyao <94928179+cheyao@users.noreply.github.com> | 2023-03-25 09:49:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 04:49:30 -0400 |
commit | ab55c86cb1227bad3237bccbfc0a4977e710c3b4 (patch) | |
tree | c14a039863f2d0d291e2288b42c8ef83d64f7240 /README.md | |
parent | 8e3fab7edcf278bd9361a265cced41f8f2a0eec5 (diff) | |
download | lite-xl-plugins-ab55c86cb1227bad3237bccbfc0a4977e710c3b4.tar.gz lite-xl-plugins-ab55c86cb1227bad3237bccbfc0a4977e710c3b4.zip |
Added risc-v assmebly syntax (#212)
* Create language_assembly_riscv.lua
* Update manifest.json
* Update README.md
* Update language_assembly_riscv.lua
---------
Co-authored-by: Adam <adamdharrison@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -87,8 +87,9 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`keymap_export`](plugins/keymap_export.lua?raw=1) | Exports the keymap to a JSON file. | | [`Kinc Projects`](https://github.com/Kode-Community/kinc_plugin)\* | Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console)) | | [`language_angelscript`](plugins/language_angelscript.lua?raw=1) | Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language | -| [`language_assembly_x86`](plugins/language_assembly_x86.lua?raw=1) | Syntax for Intel x86 assembly | -| [`language_autohotkey_v1`](plugins/language_autohotkey_v1.lua?raw=1) | Syntax for the [AutoHotkey](https://www.autohotkey.com)(v1) programming language | +| [`language_assembly_x86`](plugins/language_assembly_x86.lua?raw=1) | Syntax for Intel x86 assembly +| [`language_assembly_riscv`](plugins/language_assembly_riscv.lua?raw=1) | Syntax for RISC-V assembly Note: Conflicts with x86 assembly plugin (above), uninstall it or use the force_syntax plugin +| [`language_autohotkey_v1`](plugins/language_autohotkey_v1.lua?raw=1) | Syntax for the [AutoHotkey](https://www.autohotkey.com)(v1) programming language | [`language_batch`](plugins/language_batch.lua?raw=1) | Syntax for Windows [Batch Files](https://en.wikipedia.org/wiki/Batch_file) | | [`language_bib`](plugins/language_bib.lua?raw=1) | Syntax for [BibTex](https://en.wikipedia.org/wiki/BibTeX) files | | [`language_blade`](plugins/language_blade.lua?raw=1) | Syntax for [Blade](https://github.com/blade-lang/blade/) files | |