File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 112112 (add-to-list 'align-dq-string-modes 'php-mode )
113113 (add-to-list 'align-sq-string-modes 'php-mode ))
114114
115- ; ; Unused functions.
116- (defsubst php-align-face-at-point-in-p (point face-list )
117- " Return t if the face of the current POINT is an element of FACE-LIST.
118- otherwise nil."
119- (consp (memq (get-text-property point 'face ) face-list)))
120-
121- (defun php-align-point-is-comment-p ()
122- " Return t if the face of the current position is on the comment syntax."
123- (php-align-face-at-point-in-p (point ) '(font-lock-comment-face )))
124-
125- (defun php-align-point-is-string-p ()
126- " Return t if the face of the current position is on the string syntax."
127- (php-align-face-at-point-in-p (point ) '(font-lock-string-face )))
128-
129- ; ; Provide:
130115(provide 'php-align )
131-
132- ; ;; php-align.el ends here
116+ ; ;; php-align.el ends here
You can’t perform that action at this time.
0 commit comments