Doc fix in 'php-ts-mode'
* lisp/progmodes/php-ts-mode.el (php-ts-mode--custom-html-font-lock-settings): Doc fix. (Bug#71759)
This commit is contained in:
committed by
Stefan Kangas
parent
fb15affde8
commit
d5c6eb1f96
@@ -977,7 +977,8 @@ characters of the current line."
|
||||
:override t
|
||||
:feature 'property
|
||||
`((attribute_name) @font-lock-variable-name-face))
|
||||
"Tree-sitter font-lock settings for `php-html-ts-mode'.")
|
||||
"Tree-sitter Font-lock settings for HTML when embedded in PHP.
|
||||
Like `html-ts-mode--font-lock-settings' but adapted for `php-ts-mode'.")
|
||||
|
||||
(defvar php-ts-mode--phpdoc-font-lock-settings
|
||||
(treesit-font-lock-rules
|
||||
|
||||
Reference in New Issue
Block a user