We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdb9bc commit abe41f1Copy full SHA for abe41f1
clients/lsp-asm.el
@@ -33,7 +33,7 @@
33
:package-version `(lsp-mode . "8.0.1"))
34
35
(defcustom lsp-asm-active-modes
36
- '(nasm-mode masm-mode fasm-mode)
+ '( asm-mode fasm-mode masm-mode nasm-mode gas-mode)
37
"List of major mode that work with asm-lsp."
38
:type 'list
39
:group 'lsp-asm)
0 commit comments