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 tree-sitter langs Haskell, CodeQL, and Swift #636

Merged
merged 1 commit into from Jun 18, 2022
Merged

Add tree-sitter langs Haskell, CodeQL, and Swift #636

merged 1 commit into from Jun 18, 2022

Conversation

VixieTSQ
Copy link
Contributor

Tested all three already!

@dzhou121 dzhou121 merged commit d9d1eda into lapce:master Jun 18, 2022
@dzhou121
Copy link
Collaborator

Thanks!

comment: "--",
indent: " ",
code_lens: (DEFAULT_CODE_LENS_LIST, DEFAULT_CODE_LENS_IGNORE_LIST),
extensions: &["hs"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's another extension here, lhs which I believe would require special treatment that our current system does not allow. This is because in lhs files, comments are implicit and you must mark code with a special symbol

comment: "//",
indent: " ",
code_lens: (DEFAULT_CODE_LENS_LIST, DEFAULT_CODE_LENS_IGNORE_LIST),
extensions: &["ql"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think qll might also be correct? but I'm not entirely sure

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.

None yet

2 participants