mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
18 lines
496 B
YAML
18 lines
496 B
YAML
filetype: lisp
|
|
|
|
detect:
|
|
filename: "(emacs|zile)$|\\.(el|li?sp|scm|ss)$"
|
|
|
|
rules:
|
|
- default: "\\([a-z-]+"
|
|
- symbol: "\\(([\\-+*/<>]|<=|>=)|'"
|
|
- constant.number: "\\b[0-9]+b>"
|
|
- special: "\\bnil\\b"
|
|
- preproc: "\\b[tT]b>"
|
|
- constant.string: "\\\"(\\\\.|[^\"])*\\\""
|
|
- constant.specialChar: "'[A-Za-z][A-Za-z0-9_-]+"
|
|
- constant.specialChar: "\\\\.?"
|
|
- comment: "(^|[[:space:]]);.*"
|
|
- indent-char.whitespace: "[[:space:]]+$"
|
|
- indent-char: " + +| + +"
|