added lsp support
This commit is contained in:
parent
10e1a0466e
commit
497323c9f9
1 changed files with 21 additions and 0 deletions
21
.asm-lsp.toml
Normal file
21
.asm-lsp.toml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue