]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor whitespace fix
authorTheodor Thornhill <theo@thornhill.no>
Sun, 21 Jul 2024 11:58:14 +0000 (13:58 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jul 2024 10:39:00 +0000 (12:39 +0200)
*
lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode--font-lock-settings):
Tabs to spaces.

(cherry picked from commit 810be9cf863ecf74d6ca649ce38450a44ae55719)

lisp/progmodes/typescript-ts-mode.el

index 93a871e55d5ec79af13b5cd062317e4b9e3fe2fe..2c3d97efb69960877675587b1519e002f82bf586 100644 (file)
@@ -393,7 +393,7 @@ Argument LANGUAGE is either `typescript' or `tsx'."
      :language language
      :feature 'jsx
      (append (tsx-ts-mode--font-lock-compatibility-bb1f97b language)
-            `((jsx_attribute (property_identifier) @typescript-ts-jsx-attribute-face)))
+             `((jsx_attribute (property_identifier) @typescript-ts-jsx-attribute-face)))
 
      :language language
      :feature 'number