2d51b10
Add a combined `tokens.json` for Figma Tokens
Click to expand commit body
- Having individual json files for themes and core is useful for copy+pasting while exploring changes
- Figma github sync requires a single json file to pull down
Nate Butler
created
d029a5c
Fix incorrect ramp preset values in `color.ts`
Click to expand commit body
- Regenerate themes and tokens as well
Nate Butler
created
60295af
Add basic support for exporting tokens to Figma Tokens. (#724)
Click to expand commit body
* WIP on figma token export
* WIP Working export
* Tidy up the figma tokens script
* Correctly format theme json structure for Figma Tokens
* Finish up themeTokens imports
7ad8626
Add basic syntax highlight colors for typescript completions
Max Brunsfeld
created
5090e6f
Fix common_prefix_at panic when needle contains multibyte chars
Click to expand commit body
Also, make the prefix matching case-insensitive, since this is the
typical behavior with autocomplete.
Max Brunsfeld
created
93c0c2a
Start loading new theme JSON format instead of TOML
Click to expand commit body
Replaced remaining extends with javascript object extension.
Moved tokens/core.ts to tokens.ts and massaged the types to make it more
obvious when types don't match up.
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Nathan Sobo
and
Nathan Sobo
created
6f28033
Add explanatory comments in unit test for code actions w/ commands
Max Brunsfeld
created
fe8e06e
Fix clipping when using label-only completions
Max Brunsfeld
created
ba00972
Handle LSP apply workspace edit request fully before responding
Max Brunsfeld
created
56523b5
Allow applying code actions that use commands
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Max Brunsfeld
and
Antonio Scandurra
created
9147a19
Update style tree based on changes to _base.toml from main