branch: externals/phps-mode commit 7279913039bf790249625d52bcc4ff29792b0a9d Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Improved TODOs --- phps-mode-test-functions.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/phps-mode-test-functions.el b/phps-mode-test-functions.el index 7677cf3..51e8b57 100644 --- a/phps-mode-test-functions.el +++ b/phps-mode-test-functions.el @@ -245,10 +245,9 @@ ) -;; TODO Support all control structures -;; if, else, elseif, else if, while, do-while, for, foreach, break, switch, declare, return, require, include, require_once, include_once, goto -;; TODO Support nested square brackets [[[ ]]] +;; TODO Support inline control structures for: if, while, for, foreach, and switch +;; TODO Support alternative syntax for control structures for: if, while, for, foreach, and switch (defun phps-mode-test-functions-get-point-data ()