adding geojson
This commit is contained in:
parent
53e75b3b9d
commit
4e8c131b79
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
;; JSON
|
||||
(setq auto-mode-alist (cons '("\.json$" . js-mode) auto-mode-alist))
|
||||
(setq auto-mode-alist (cons '("\.geojson$" . js-mode) auto-mode-alist))
|
||||
|
||||
;; HTML
|
||||
(setq auto-mode-alist (cons '("\.template$" . html-mode) auto-mode-alist))
|
||||
|
|
Loading…
Reference in a new issue