Skip to content

How to turn off italics for jsx props? #595

Closed Answered by skoch13
skoch13 asked this question in Q&A
Discussion options

You must be logged in to vote

The solution for tsx would be the following:

custom_highlights = function(C)
  return {
          ["@tag.attribute.tsx"] = { fg = C.teal, style = {} },
        }
      end,
    },

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@skoch13
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by skoch13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants