mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-31 13:20:29 +00: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 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue