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:
parent
7a059ed88a
commit
810be9cf86
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user