Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some basic clojurescript support #8

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

dhleong
Copy link

@dhleong dhleong commented Nov 12, 2018

The first call is a bit slow so I didn't set up a default BufRead autocmd. Also, it's unfortunate but most of the useful functions needed for full highlighting (ns-aliases, ns-resolve) aren't available in clojurescript. Also, since macros are compile-time only in clojurescript, we can't detect those at all.

So, I didn't disable the _core_keywords, but instead just augmented it.

Refs #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant