From: Theodor Thornhill Date: Sun, 21 Jul 2024 11:58:14 +0000 (+0200) Subject: ; Minor whitespace fix X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=448095eb8b4d73bb8bb80b0757f488215d64fcbe;p=emacs.git ; Minor whitespace fix * lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode--font-lock-settings): Tabs to spaces. (cherry picked from commit 810be9cf863ecf74d6ca649ce38450a44ae55719) --- 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