Add link to VSCode extension (#340)

This commit is contained in:
Owen Rumney 2021-11-06 15:22:42 +00:00 committed by GitHub
parent b26c292646
commit dc76e77fcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ using yuck, you declare the structure and content of your widgets, the geometry,
as well as any state and data that will be used in your widgets. as well as any state and data that will be used in your widgets.
Yuck is based around S-expressions, which you may know from lisp-like languages. Yuck is based around S-expressions, which you may know from lisp-like languages.
If you're using vim, you can make use of [yuck.vim](https://github.com/elkowar/yuck.vim) for editor support. If you're using vim, you can make use of [yuck.vim](https://github.com/elkowar/yuck.vim) for editor support.
If you're using VSCode, you can get syntax highlighting and formatting from [yuck-vscode](https://marketplace.visualstudio.com/items?itemName=eww-yuck.yuck).
It is also recommended to use [parinfer](https://shaunlebron.github.io/parinfer/), It is also recommended to use [parinfer](https://shaunlebron.github.io/parinfer/),
which makes working with s-expressions delightfully easy! which makes working with s-expressions delightfully easy!