Skip to content

jeff-hykin/better-lisp-syntax

Repository files navigation

What does this do?

This will get you the bleeding-edge syntax highlighting for Lisp. Which means your theme will be able to color your code better.

NOTE! Disable the bracket-pair-colorizer for best effects. Do this by adding the following to your settings.json.

    "[lisp]": {
        "editor.bracketPairColorization.enabled": false,
    },

NOTE: The default VS Code theme does not color much. Switch to the Dark+ theme (installed by default) or use a theme like one of the following to benefit from the changes:

How do I use it?

Just install the VS Code extension and the changes will automatically be applied to all relevent files.

Before and After (Material Theme)

Before After
before after

Contributing

If you'd like to help improve the syntax, take a look at main/main.rb. And make sure to take a look at CONTRIBUTING.md to get a better idea of how code works.

About

💾 📦 ♻️

Resources

License

Stars

Watchers

Forks

Packages

No packages published