Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Add note about language support
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Oct 22, 2017
1 parent 121b921 commit 862f89b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,8 @@ A tiny microservice to detect the language of a code snippet.

By running this microservice you won't have to add megabytes of JavaScript to your frontend just to detect what language a user is writing code in. This is especially useful for syntax highlighting in rich text/WYSIWYG editing scenarios!

> Note: Language detection is done via the [`lang-detector`](https://github.com/ts95/lang-detector) module. This means `micro-code-analyser` currently supports JavaScript, C, C++, Python, Java, HTML, CSS, Ruby, Go and PHP.
## Deployment

Your own `micro-code-analyser` is one click away!
Expand Down

0 comments on commit 862f89b

Please sign in to comment.