branch: externals/phps-mode
commit 61abf7e062ac5ca7a22b502f37836ece9617fdc0
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Added todo item
---
phps-functions.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/phps-functions.el b/phps-functions.el
index d4e1cec..22e42ee 100644
--- a/phps-functions.el
+++ b/phps-functions.el
@@ -45,6 +45,8 @@
;; NOTE Also format white-space inside the line, i.e. after function
declarations?
;; TODO Support inline function indentations
;; TODO Support indentation for multi-line scalar assignments
+;; TODO Add support for automatic parenthesis, bracket, square-bracket,
single-quote and double-quote encapsulations
+
(defun phps-mode/indent-line ()
"Indent line."
(let ((data (phps-mode/get-point-data))