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:
parent
fb15affde8
commit
d5c6eb1f96
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue