{ | |
"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