From 9d0da3dc78f4f1132ee62240f0d560279d17e7fb Mon Sep 17 00:00:00 2001 From: WillLillis Date: Sun, 27 Oct 2024 23:08:46 -0400 Subject: [PATCH] here we go again --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1629979e..e1e075f5 100644 --- a/README.md +++ b/README.md @@ -102,20 +102,20 @@ compile_flags_txt = [ Valid options for the `instruction_set` field include: -- ``"x86"`` -- ``"x86-64"`` -- ``"x86/x86-64"`` (Enable both) -- ``"arm"`` -- ``"arm64"`` -- ``"riscv"`` -- ``"z80"`` +- `"x86"` +- `"x86-64"` +- `"x86/x86-64"` (Enable both) +- `"arm"` +- `"arm64"` +- `"riscv"` +- `"z80"` Valid options for the `assembler` field include: -- ``"gas"`` -- ``"go"`` -- ``"masm"`` -- ``"nasm"`` +- `"gas"` +- `"go"` +- `"masm"` +- `"nasm"` Don't see an architecture and/or assembler that you'd like to work with? File an [issue](https://github.com/bergercookie/asm-lsp/issues/new/choose)! We would be