Skip to content

Commit

Permalink
feat(lsp-asm.el): Support asm/gas mode (#4269)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Dec 20, 2023
1 parent 2cdb9bc commit abe41f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/lsp-asm.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:package-version `(lsp-mode . "8.0.1"))

(defcustom lsp-asm-active-modes
'(nasm-mode masm-mode fasm-mode)
'( asm-mode fasm-mode masm-mode nasm-mode gas-mode)
"List of major mode that work with asm-lsp."
:type 'list
:group 'lsp-asm)
Expand Down

0 comments on commit abe41f1

Please sign in to comment.