emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 810be9cf863 3/5: ; Minor whitespace fix


From: Theodor Thornhill
Subject: master 810be9cf863 3/5: ; Minor whitespace fix
Date: Sun, 21 Jul 2024 08:59:12 -0400 (EDT)

branch: master
commit 810be9cf863ecf74d6ca649ce38450a44ae55719
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    ; Minor whitespace fix
    
    *
    lisp/progmodes/typescript-ts-mode.el 
(typescript-ts-mode--font-lock-settings):
    Tabs to spaces.
---
 lisp/progmodes/typescript-ts-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/typescript-ts-mode.el 
b/lisp/progmodes/typescript-ts-mode.el
index 93a871e55d5..2c3d97efb69 100644
--- a/lisp/progmodes/typescript-ts-mode.el
+++ b/lisp/progmodes/typescript-ts-mode.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]