Max Brunsfeld
|
1dcd4717b1
|
Select language based on a file's first content line in addition to its path
|
2023-04-16 12:28:27 -07:00 |
|
Max Brunsfeld
|
aba2914a31
|
Fix constant highlighting in JS, TypeScript
Previously, SCREAMING_SNAKE_CASE identifiers were highlighted as
types due to a mistake in the order of patterns in the highlight
queries.
|
2023-03-06 15:38:12 -08:00 |
|
Nate Butler
|
fb69611568
|
Fix order of template_substitution in highlights.scm
|
2023-02-28 11:19:55 -05:00 |
|
Nate Butler
|
f84046b74f
|
use @boolean in all flavors of js
|
2023-02-27 10:40:01 -05:00 |
|
Nate Butler
|
8c51a62a8d
|
Unify regex highlight style under @string.regex
|
2023-02-27 10:08:24 -05:00 |
|
Max Brunsfeld
|
8922156923
|
Restructure how bracket pairs are overridden to unify lists
This way, a bracket pair that is disabled in a given scope can still be skipped, if
it was auto-closed before that scope existed.
|
2023-02-20 10:53:37 -08:00 |
|
 Max BrunsfeldandJulia Risley
|
8dcef46842
|
Drop 'override.' prefix from capture names in override query
Co-authored-by: Julia Risley <julia@zed.dev>
|
2023-01-20 10:44:33 -08:00 |
|
 Max BrunsfeldandJulia Risley
|
2aa7a9e95b
|
Add overrides for all languages
Co-authored-by: Julia Risley <julia@zed.dev>
|
2023-01-20 10:39:31 -08:00 |
|
 Max BrunsfeldandJulia Risley
|
1851e2e77c
|
Start work on language config overrides
Co-authored-by: Julia Risley <julia@zed.dev>
|
2023-01-19 12:32:08 -08:00 |
|
Max Brunsfeld
|
6ecf870c66
|
Tweak SCREAMING_SNAKE_CASE regexes in highlight queries
|
2022-10-07 12:46:49 -07:00 |
|
Max Brunsfeld
|
070c4bc503
|
Add color for 'variable.special' and use it in highlight queries
|
2022-10-07 12:44:20 -07:00 |
|
Antonio Scandurra
|
d6c630f8eb
|
Add missing auto-close brackets from various languages
|
2022-06-20 11:38:12 +02:00 |
|
Max Brunsfeld
|
79fad42424
|
Parse .mjs files as JavaScript
Closes #856
|
2022-04-28 14:09:39 -07:00 |
|
 Max BrunsfeldandKeith Simmons
|
f0c6a6ad18
|
Highlight punctuation uniformly in all supported languages
Co-authored-by: Keith Simmons <keith@zed.dev>
|
2022-04-22 12:16:49 -07:00 |
|
Keith Simmons
|
dcd5922609
|
Merge jsx language into js
|
2022-04-18 14:21:23 -07:00 |
|
Keith Simmons
|
544ca443e3
|
Add javascript and jsx specific languages
|
2022-04-13 10:58:42 -07:00 |
|