Skip to content

Commit 84ff422

Browse files
authored
Merge pull request #160 from trev-dev/master
capitalize mode name "TypeScript"
2 parents e824162 + 0464cb2 commit 84ff422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2911,7 +2911,7 @@ the broken-down class name of the item to insert."
29112911
;;; Main Function
29122912

29132913
;;;###autoload
2914-
(define-derived-mode typescript-mode prog-mode "typescript"
2914+
(define-derived-mode typescript-mode prog-mode "TypeScript"
29152915
"Major mode for editing typescript.
29162916
29172917
Key bindings:

0 commit comments

Comments
 (0)