1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

; Minor whitespace fix

*
lisp/progmodes/typescript-ts-mode.el (typescript-ts-mode--font-lock-settings):
Tabs to spaces.
This commit is contained in:
Theodor Thornhill 2024-07-21 13:58:14 +02:00
parent 7a059ed88a
commit 810be9cf86
No known key found for this signature in database
GPG Key ID: 2B8CF6039F079DA3

View 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