lang/javascript: update for v2.0

This commit is contained in:
Henrik Lissner
2017-01-16 23:30:37 -05:00
parent cea32a3957
commit 566fd39cf9
5 changed files with 90 additions and 202 deletions

View File

@ -165,7 +165,7 @@
"REACTIONS" "BODYPARTS_ALL" "RESOURCES_ALL" "COLORS_ALL"))
(def-project-type! screeps "screeps"
(project! screeps "screeps"
:match "/screeps/.+$"
:modes (nodejs-project-mode))
@ -174,5 +174,3 @@
(add-to-list 'flycheck-disabled-checkers 'javascript-jshint)
(setq js2-additional-externs (append '("_") screeps-objects screeps-constants))))
(provide 'custom-screeps)
;;; custom-screeps.el ends here