aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authora <48882585+DMClVG@users.noreply.github.com>2022-06-20 19:45:55 +0200
committerGitHub <noreply@github.com>2022-06-20 19:45:55 +0200
commita46a62608edd0ef50a8494e5c9502d94b8a145dc (patch)
tree1d3a887949ecceb37a53654e5cd75a4f75aa685a /README.md
parent1efa3fbd460fcb0a525ffc2dc3d465001d9f8b4b (diff)
downloadlite-xl-plugins-a46a62608edd0ef50a8494e5c9502d94b8a145dc.tar.gz
lite-xl-plugins-a46a62608edd0ef50a8494e5c9502d94b8a145dc.zip
Syntax highlighting for intel x86 assembly (#107)
* Assembly x86 syntax highlighting * Little fixes * Highlight other hex pattern e.g. deadbeef123h * Add use64 to symbols * Include $ as an operator * Remove broken symbols Never seen them used anyway? * Made some bits more consistent Hex & binary notation with uppercase letters now too * Formatted * Removed duplicate | in pattern * `language_assembly_x86`: simplify extension pattern * Fixed broken symbols Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 887eec2..2a2854a 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,7 @@ to something other than a raw file it should be marked with an asterisk.*
| [`indentguide`](plugins/indentguide.lua?raw=1) | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))* |
| [`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`](https://github.com/devPnal/lite-plugin-autohotkey)\* | Syntax for the [AutoHotkey](https://www.autohotkey.com) 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 |