Phạm Huy Hoàng
|
722617e672
|
refactor(format): drop extra indentation for field
|
2024-03-21 15:51:26 +01:00 |
|
Sean Boult
|
10e8dffb79
|
feat(jsx): spell check text nodes (#6083)
|
2024-02-12 06:51:12 +07:00 |
|
Calum Smith
|
0d14299a9d
|
highlight(jsx,tsx): character references (a.k.a. entities)
|
2024-02-05 18:37:12 +01:00 |
|
Amaan Qureshi
|
6da205148f
|
chore(ecma,jsx): update parser and queries
|
2024-01-31 22:31:50 -05:00 |
|
Riley Bruins
|
314fe31dc7
|
fix(jsx): proper tag and builtin tag distinction
|
2024-01-25 09:11:48 +01:00 |
|
Phạm Huy Hoàng
|
77e298e4de
|
chore: format queries
|
2024-01-21 23:55:02 +09:00 |
|
Pham Huy Hoang
|
57a8acf0c4
|
chore: query formatting
|
2024-01-19 16:58:37 +01:00 |
|
Amaan Qureshi
|
823e67a1c9
|
chore: update JSX from upstream
|
2023-07-12 15:51:15 +02:00 |
|
Lewis Russell
|
011ac894ec
|
Prefer lua-match over match
as string.find is much quicker than vim.regex:match*
|
2021-11-23 10:02:06 +01:00 |
|
lmlorca
|
fb5d6e04a8
|
add @tag.attribute for html like attributes
|
2021-07-14 10:13:13 +02:00 |
|
Munif Tanjim
|
f29ead00e6
|
highlights(jsx): fix constant identifier (#1434)
|
2021-07-10 19:56:10 -05:00 |
|
napmn
|
8e53e706e5
|
JSX components with capital first letter highlighted as constructor rather than type
|
2021-06-04 08:30:16 +02:00 |
|
davidroeca
|
f925408640
|
use for first identifier in jsx nested_identifier
|
2020-10-23 22:53:23 +02:00 |
|
davidroeca
|
dafe947ecd
|
handle jsx components with dot in them
|
2020-10-23 22:53:23 +02:00 |
|
kiyan42
|
b3a1ae3210
|
also match variable names to be @type when uppercased
|
2020-09-20 01:11:55 +02:00 |
|
kiyan42
|
1340375c90
|
use @tag and @type directives for jsx highlights
|
2020-09-20 01:11:55 +02:00 |
|
kiyan42
|
71ba2afc70
|
add TSNone
|
2020-09-15 00:19:04 +02:00 |
|
kiyan42
|
bfdee5658a
|
do not highlight as normal to prevent background to override CursorLine
|
2020-09-15 00:19:04 +02:00 |
|
Thomas Vigouroux
|
b90e520ccd
|
ci: fix wrong queries
|
2020-09-11 12:02:35 +02:00 |
|
kyazdani42
|
8d6c40ce24
|
fix using highlight query extension for every query type
|
2020-09-07 21:57:56 +02:00 |
|