]> code.delx.au - gnu-emacs-elpa/blobdiff - context-coloring-javascript.el
Version 8.0.1.
[gnu-emacs-elpa] / context-coloring-javascript.el
index fdf4449336b430a2b845fe336b19c339f00faa79..d145184be63f8c1ae007902acaa644137822f661 100644 (file)
@@ -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."