about summary refs log blame commit diff stats
path: root/xxxterm.desktop
blob: fd8ab28a2e8b3e7298aea01979bf2e42fd42a04d (plain) (tree)
n>("# - .*" . font-lock-comment-face) ("#.*" . font-lock-preprocessor-face) )) (define-derived-mode subx-mode fundamental-mode "subx mode" "Major mode for editing SubX (Mu project)" (setq font-lock-defaults '((subx-font-lock-keywords))) ) (provide 'subx-mode)