mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
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:
parent
cbe339da07
commit
2b8cd6b758
@ -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-]+"
|
||||
|
Loading…
Reference in New Issue
Block a user