File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,15 +170,15 @@ Turning this on will open it whenever `php-mode' is loaded."
170170(defsubst php-in-string-or-comment-p ()
171171 (nth 8 (syntax-ppss )))
172172
173- (defun php-mode-extra-constants-create-regexp (kwds )
173+ (defun php-mode-extra-constants-create-regexp (kwds )
174174 " Create regexp for the list of extra constant keywords KWDS."
175175 (concat " [^_$]?\\ <\\ ("
176176 (regexp-opt
177177 (append kwds
178178 (when (boundp 'web-mode-extra-php-constants ) web-mode-extra-php-constants)))
179179 " \\ )\\ >[^_]?" ))
180180
181- (defun php-mode-extra-constants-set (sym value )
181+ (defun php-mode-extra-constants-set (sym value )
182182 " Apply the list of extra constant keywords `VALUE' .
183183
184184This function is called when the custom variable php-extra-constants
You can’t perform that action at this time.
0 commit comments