Proposal: Support Programming Languages #461
tvanderstad
started this conversation in
Ideas
Replies: 1 comment
-
I see that at one time there was a CONTRIBUTING.md with instructions for adding languages. Is that a process that's still supported? If so I can answer my own question 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for something like guesslang, but something that works well on small amounts of code and has a Rust API. Your crate's intended for natural languages - have you checked if the same techniques work for code?
Motivation
I'm writing Lockbook, a markdown note-taking app like Obsidan and Bear and I'm working on code syntax highlighting. I had an idea to add syntax highlighting to
inline code
where, unlike fenced code blocks, the user has no way to specify a language. I found hyperpolyglot but it appears to work on file extensions and directory structure whereas I just have the source text from the user's markdown file.Beta Was this translation helpful? Give feedback.
All reactions