File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
This is a lightweight library that allows users to automatically detect the coding language of an
2
- input text. The library is based off of [ highlight.js ] ( https://github.com/highlightjs/highlight.js ) ' language detection.
2
+ input text.
3
3
4
4
The current implementation is far from perfect, and will sometimes misidentify the language of a code snippet. Longer
5
5
code snippets are more likely to be correctly identified.
@@ -12,6 +12,7 @@ code snippets are more likely to be correctly identified.
12
12
* [ sbt] ( https://github.com/Valkryst/VCodeLanguageDetection#-scala-sbt )
13
13
* [ Usage] ( https://github.com/Valkryst/VCodeLanguageDetection#usage )
14
14
* [ Supported Languages] ( https://github.com/Valkryst/VCodeLanguageDetection#supported-languages )
15
+ * [ Credits & Inspiration] ( https://github.com/Valkryst/VCodeLanguageDetection#credits--inspiration )
15
16
16
17
## Installation
17
18
@@ -145,4 +146,8 @@ private String detectSyntaxStyle(final @NonNull String code) {
145
146
* PHP
146
147
* Python
147
148
* Ruby
148
- * SQL
149
+ * SQL
150
+
151
+ # Credits & Inspiration
152
+
153
+ * [ highlight.js] ( https://github.com/highlightjs/highlight.js ) - For the lists of keywords for each language.
You can’t perform that action at this time.
0 commit comments