emacsでjsのシンタックスハイライト(syntax highlight)を効かせる
270 ワード
ELPA追加
パッケージリストからjs2-mode選択してインストール
init.elに下記追加
;; js2-modeの設定
(require 'js2-mode)
(add-to-list 'auto-mode-alist '("\.js\'" . js2-mode))
(add-to-list 'auto-mode-alist '("\.es6\'" . js2-mode))
※拡張子がes6のため
Author And Source
この問題について(emacsでjsのシンタックスハイライト(syntax highlight)を効かせる), 我々は、より多くの情報をここで見つけました https://qiita.com/hagevvashi/items/f543c599761196a14f83著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .