]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add a bit more docstring to tsx-ts-mode (bug#62429)
authorYuan Fu <casouri@gmail.com>
Sun, 2 Apr 2023 22:09:41 +0000 (15:09 -0700)
committerYuan Fu <casouri@gmail.com>
Sun, 2 Apr 2023 22:10:38 +0000 (15:10 -0700)
* lisp/progmodes/typescript-ts-mode.el:
(tsx-ts-mode): Explain a bit more.

lisp/progmodes/typescript-ts-mode.el

index 23815c7990643ac6effdc0f7b6ad7d833b65c721..11f20add3ee1da515e56fa8dec8fde11e455eaf1 100644 (file)
@@ -396,7 +396,10 @@ Argument LANGUAGE is either `typescript' or `tsx'."
 This major mode defines two additional JSX-specific faces:
 `typescript-ts-jsx-attribute-face' and
 `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
   :syntax-table typescript-ts-mode--syntax-table