]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Thu, 27 Apr 2017 07:57:19 +0000 (16:57 +0900)
committerPHO <pho@cielonegro.org>
Thu, 27 Apr 2017 07:57:19 +0000 (16:57 +0900)
dot-files/_emacs_el

index 87d2aec2a020a5b042e49a14f297696bfc6257ef..c3dd61a5f5c7f7199d371f5edc23d2f29c2e13ca 100644 (file)
@@ -294,6 +294,11 @@ Will prompt you shell name when you type `C-u' before this command." t)
 (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
 (add-to-list 'auto-mode-alist '("\\.json$" . javascript-mode))
 
+;; typescript
+(autoload 'typescript-mode "typescript-mode"
+  "Major mode for editing typescript." t)
+(add-to-list 'auto-mode-alist '("\\.ts$" . typescript-mode))
+
 ;; vimrc
 (autoload 'vimrc-mode "vimrc-mode"
   "Major mode for editing `.vimrc', `xxx.vim' and `.exrc' files." t)