Skip to content
CosmoX edited this page Apr 16, 2018 · 18 revisions

FAQ

My snippet's language is classified as "Other"

Lepton depends on GitHub API to detect the language. If it fails, the snippet's language is marked as "Other". However, we can put // vim: syntax=<your_language> at the top to explicitly specify the language.

// vim: syntax=javascript
let test = 'This is a javascript file'

Search

Limited by GitHub API, Lepton supports searching for following fields.

  • file name
  • description
  • tag
  • gist id

Title and Tags

[title] description #tag1 #tag2

Donation

We DON'T accept donation personally. If you like, feel free to donate to Wikimedia Foundation, which helps sustain free knowledge through Wikipedia and its sister projects for people around the world. You are welcome to create an issue to share how much you have contributed.

Clone this wiki locally