Skip to content

Instantly share code, notes, and snippets.

@jhouedanou
Created January 16, 2019 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhouedanou/e677bc5e0786cf7ab93bb99dfade58bb to your computer and use it in GitHub Desktop.
Save jhouedanou/e677bc5e0786cf7ab93bb99dfade58bb to your computer and use it in GitHub Desktop.
{
"languages": ["lisp", "scheme", "clojure", "clojurescript", "hylang","html","php","js","twig","tpl"],
"palettes":
{
"default": ["#ff6188", "#fc9867", "#ffd866", "#a9dc76", "#78dce8", "#ab9df2", "#ff6188"],
"Tomorrow Night": ["#c66", "#de935f", "#ee6", "#b5bd68", "#81a2be", "#b294bb", "#ff69b4", "#8a2be2"],
"Monokai": ["#AE81FF", "#66D9EF", "#A6E22E", "#FD971F", "#F92672"],
"Monokai Pro": ["#ff6188", "#fc9867", "#ffd866", "#a9dc76", "#78dce8", "#ab9df2", "#ff6188"]a
a
},
// Toggle whether languages from list are excluded or included. Default: false
"exclude_languages": false,
// Toggle whether strings should be ignored. Default: false
"disable_inside_string": false,
// Enables custom pre- and suffixes. Currently only single character 'fixes.
"custom_signs":
{
"enabled": false,
// Note: Characters cannot appear in both the prefix and the suffix (Which only makes sense, doesn't it?)
"prefix": "({[",
"suffix": ")}]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment