jak-project/scripts/sublime_text/lispindent.sublime-settings

13 lines
491 B
Plaintext
Raw Permalink Normal View History

2021-08-14 11:28:02 -04:00
{
"languages": {
"goal": {
"detect": ".*\\.(gc)$",
"default_indent": "function",
"regex":
["(with-gensyms|defenum|countdown|while|defglobalconstant|desfun|defsmacro|catch|defvar|defclass|defconstant|defcustom|defparameter|defconst|define-condition|define-modify-macro|",
"defsetf|defun|defgeneric|define-setf-method|define-self-expander|defmacro|defsubst|deftype|defmethod|",
"defpackage|defstruct|dolist|dotimes|lambda|let|let\\*|prog1|prog2|unless|when)$"]
}
}
}