added lsp support

This commit is contained in:
Dario48 2025-07-15 21:03:53 +02:00
parent 10e1a0466e
commit 497323c9f9

21
.asm-lsp.toml Normal file
View file

@ -0,0 +1,21 @@
[default_config]
version = "0.10.0"
assembler = "nasm"
instruction_set = "x86/x86-64"
[default_config.opts]
compiler = "zig"
compile_flags_txt = [
"cc",
"-x",
"assembler-with-cpp",
"-g",
"-Wall",
"-Wextra",
"-pedantic",
"-pedantic-errors",
"-std=c2y",
"-mllvm --x86-asm-syntax=intel",
]
diagnostics = true
default_diagnostics = false