; Add a bit more docstring to tsx-ts-mode (bug#62429)
* lisp/progmodes/typescript-ts-mode.el: (tsx-ts-mode): Explain a bit more.
This commit is contained in:
parent
86cf9fd932
commit
5a1c9aace7
1 changed files with 4 additions and 1 deletions
|
@ -396,7 +396,10 @@ Argument LANGUAGE is either `typescript' or `tsx'."
|
||||||
This major mode defines two additional JSX-specific faces:
|
This major mode defines two additional JSX-specific faces:
|
||||||
`typescript-ts-jsx-attribute-face' and
|
`typescript-ts-jsx-attribute-face' and
|
||||||
`typescript-ts-jsx-attribute-face' that are used for HTML tags
|
`typescript-ts-jsx-attribute-face' that are used for HTML tags
|
||||||
and attributes, respectively."
|
and attributes, respectively.
|
||||||
|
|
||||||
|
The JSX-specific faces are used when `treesit-font-lock-level' is
|
||||||
|
at least 3 (which is the default value)."
|
||||||
:group 'typescript
|
:group 'typescript
|
||||||
:syntax-table typescript-ts-mode--syntax-table
|
:syntax-table typescript-ts-mode--syntax-table
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue