Highlight racket files as lisp (#1931)

Add syntax highlighting for [racket](racket-lang.org), a (variant of scheme which is a) variant of lisp which uses the .rkt extension.
This commit is contained in:
riley 2021-08-06 20:38:22 -04:00 committed by GitHub
parent cbe339da07
commit 2b8cd6b758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
filetype: lisp
detect:
filename: "(emacs|zile)$|\\.(el|li?sp|scm|ss)$"
filename: "(emacs|zile)$|\\.(el|li?sp|scm|ss|rkt)$"
rules:
- default: "\\([a-z-]+"