mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-05-17 10:56:02 +00:00
Add "abbrev_defs" and "_emacs" as Elisp filenames
This commit is contained in:
6
samples/Emacs Lisp/filenames/.abbrev_defs
Normal file
6
samples/Emacs Lisp/filenames/.abbrev_defs
Normal file
@@ -0,0 +1,6 @@
|
||||
(define-abbrev-table 'c-mode-abbrev-table '(
|
||||
))
|
||||
(define-abbrev-table 'fundamental-mode-abbrev-table '(
|
||||
("TM" "™" nil 0)
|
||||
("(R)" "®" nil 0)
|
||||
("C=" "€" nil 0)))
|
||||
Reference in New Issue
Block a user