X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/e93ef843987b99afa9cd6d2a64754b7109c79171..3007b2917d71a7d66eb94876536dfd80b0661d40:/context-coloring-javascript.el diff --git a/context-coloring-javascript.el b/context-coloring-javascript.el index fdf444933..d145184be 100644 --- a/context-coloring-javascript.el +++ b/context-coloring-javascript.el @@ -138,7 +138,6 @@ this for ES6 code; disable it elsewhere." "\\)") "Match a comment body hinting at a Node.js program.") -;; TODO: Add ES6 module detection. (defun context-coloring-js2-top-level-local-p () "Guess whether top-level variables are local. For instance, the current file could be a Node.js program."