feat: highlight regular latex text to maintain consistency with boldfaced and italic text

This commit is contained in:
Riley Bruins 2023-09-21 14:28:01 -07:00 committed by Christian Clason
parent 42053b9db3
commit 075a64addc

View file

@ -184,6 +184,9 @@
(#eq? @_name "\\frametitle"))
;; Formatting
(text_mode
content: (curly_group (_) @text))
((generic_command
command: (command_name) @_name
arg: (curly_group (_) @text.emphasis))