diff options
| author | Munif Tanjim <hello@muniftanjim.dev> | 2021-07-11 06:56:10 +0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-10 19:56:10 -0500 |
| commit | f29ead00e663f32055682781c9d056aa5e33b53e (patch) | |
| tree | 350a2092ee6a5cbe5de7f99a63471d0999e906ad | |
| parent | f6cd2d0b2fe43d4b9f805513e00d54e6f6693a92 (diff) | |
highlights(jsx): fix constant identifier (#1434)
| -rw-r--r-- | queries/jsx/highlights.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/queries/jsx/highlights.scm b/queries/jsx/highlights.scm index 13f65485..78c25170 100644 --- a/queries/jsx/highlights.scm +++ b/queries/jsx/highlights.scm @@ -32,7 +32,4 @@ ; Handle the dot operator effectively - <My.Component /> (jsx_self_closing_element ((nested_identifier (identifier) @tag (identifier) @constructor))) -(variable_declarator ((identifier) @type - (#match? @type "^[A-Z]"))) - (jsx_text) @none |
