mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #7 from UndeadKernel/asm-parenthesis-bug
Fix parenthesis mismatch.
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
(set-syntax-table (make-syntax-table asm-mode-syntax-table))
|
(set-syntax-table (make-syntax-table asm-mode-syntax-table))
|
||||||
(modify-syntax-entry asm-comment-char "< b")
|
(modify-syntax-entry asm-comment-char "< b")
|
||||||
;; Fix one level comments.
|
;; Fix one level comments.
|
||||||
(set (make-local-variable #'comment-start) (string asm-comment-char)))
|
(set (make-local-variable #'comment-start) (string asm-comment-char))))
|
||||||
|
|
||||||
(provide 'module-asm)
|
(provide 'module-asm)
|
||||||
;;; module-asm.el ends here
|
;;; module-asm.el ends here
|
||||||
|
Reference in New Issue
Block a user