syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.69k stars 4.9k forks source link

Typescript layer does not load #8757

Closed josiah14 closed 7 years ago

josiah14 commented 7 years ago

Description

Typescript layer isn't working when I open .ts files.

Reproduction guide

Observed behaviour: There's no syntax highlighting, and pressing SPC m yields the error message "SPC m is undefined".

Expected behaviour: There should be syntax highlighting when a typescript file is opened. SPC m should contain a menu with the hotkeys listed in the documentation here: https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/typescript#key-bindings

System Info

Backtrace

N/A

josiah14 commented 7 years ago

Upgrading Spacemacs fixed the problem.