Kevin Yue

Results 407 comments of Kevin Yue
trafficstars

It's a valid issue, will try to fix it later.

This plugin is used to highlight the jsx syntax, so it won't highlight the function call by design. You might need to submit a feature request to the JavaScript highlighting...

We defined the highlight group [here](https://github.com/MaxMEllon/vim-jsx-pretty#syntax-group-list), and linked the color's as below: https://github.com/MaxMEllon/vim-jsx-pretty/blob/6989f1663cc03d7da72b5ef1c03f87e6ddb70b41/after/syntax/jsx_pretty.vim#L187-L221 Seems the colorscheme you used didn't highlight the color groups like `Function` and `Identifier`.

You are right, but may I know the situation where you want to disable the auto-indentation?

But the Vim standard auto-indent doesn't support the JSX indent convention well. So it extended the default indent behavior by adding the indentation logic for JSX. BTW, if you are...

It's the same as the Vim's indentation key bindings. Press `==` will indent the current line, press `gg=G` to indent the entire file. BTW, it only fixes the indentation.

What's the plugin you use to highlight the JavaScript?

@devsnek Then please try to configure it refer to https://github.com/MaxMEllon/vim-jsx-pretty#%EF%B8%8F-work-with-vim-polyglot

Hi @KSXGitHub Is it ready to merge this PR?

@KSXGitHub I submitted another PR (#26) for updating the `pkgver`, it will work with the case where the `PKGBUILD` depends on the local source code tarballs in the package repository....