Skip to content

Commit abe41f1

Browse files
authored
feat(lsp-asm.el): Support asm/gas mode (#4269)
1 parent 2cdb9bc commit abe41f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-asm.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
:package-version `(lsp-mode . "8.0.1"))
3434

3535
(defcustom lsp-asm-active-modes
36-
'(nasm-mode masm-mode fasm-mode)
36+
'( asm-mode fasm-mode masm-mode nasm-mode gas-mode)
3737
"List of major mode that work with asm-lsp."
3838
:type 'list
3939
:group 'lsp-asm)

0 commit comments

Comments
 (0)