From b5ff05f669cb32686f354d0fb7d8122a1df84164 Mon Sep 17 00:00:00 2001 From: CosmoX Date: Fri, 18 Jun 2021 15:41:15 -0700 Subject: [PATCH] update the faq for github page --- docs/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 81eba10..69d9977 100755 --- a/docs/index.html +++ b/docs/index.html @@ -257,8 +257,7 @@

FAQ

  • Why is the language of my gist "Other"?
    - Lepton depends on GitHub API to detect the language. If this fails, - you can put "// vim: syntax=<your_language>" at the top of the gist to specify the language. + Lepton replies on GitHub APIs to detect the language. To overwrite the result, put "// vim: syntax=<your_language>" at the beginning of the gist.