Skip to content

Commit d2b783c

Browse files
committed
Update README to add Credits & Inspiration section
1 parent 19365ba commit d2b783c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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.
33

44
The current implementation is far from perfect, and will sometimes misidentify the language of a code snippet. Longer
55
code snippets are more likely to be correctly identified.
@@ -12,6 +12,7 @@ code snippets are more likely to be correctly identified.
1212
* [sbt](https://github.com/Valkryst/VCodeLanguageDetection#-scala-sbt)
1313
* [Usage](https://github.com/Valkryst/VCodeLanguageDetection#usage)
1414
* [Supported Languages](https://github.com/Valkryst/VCodeLanguageDetection#supported-languages)
15+
* [Credits & Inspiration](https://github.com/Valkryst/VCodeLanguageDetection#credits--inspiration)
1516

1617
## Installation
1718

@@ -145,4 +146,8 @@ private String detectSyntaxStyle(final @NonNull String code) {
145146
* PHP
146147
* Python
147148
* 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.

0 commit comments

Comments
 (0)