Skip to content

Commit

Permalink
Highlight racket files as lisp (#1931)
Browse files Browse the repository at this point in the history
Add syntax highlighting for [racket](racket-lang.org), a (variant of scheme which is a) variant of lisp which uses the .rkt extension.
  • Loading branch information
a11ce authored Aug 7, 2021
1 parent cbe339d commit 2b8cd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/syntax/lisp.yaml
Original file line number Diff line number Diff line change
@@ -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-]+"
Expand Down

0 comments on commit 2b8cd6b

Please sign in to comment.