Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Syntax highlighting for EmacsLisp and CommonLisp
tareifz committed 4 months ago
commit 91824368962d7b7060145b86d132dbe858d88a5f
parent fadd61463660187bb4bbd88ba6864e6d62113b0b
1 file changed +4 -0
modified src/lib/syntax.ts
@@ -22,6 +22,8 @@ import sourceEditorconfig from "@wooorm/starry-night/source.editorconfig";
import sourceHaproxyConfig from "@wooorm/starry-night/source.haproxy-config";
import sourceDotenv from "@wooorm/starry-night/source.dotenv";
import sourceZig from "@wooorm/starry-night/source.zig";
+
import sourceEmacsLisp from "@wooorm/starry-night/source.emacs.lisp";
+
import sourceCommonLisp from "@wooorm/starry-night/source.commonlisp";
import textHtmlVue from "@wooorm/starry-night/text.html.vue";
import textHtmlDjango from "@wooorm/starry-night/text.html.django";
import textRobotsTxt from "@wooorm/starry-night/text.robots-txt";
@@ -56,6 +58,8 @@ export const grammars = [
  sourceHaproxyConfig,
  sourceDotenv,
  sourceZig,
+
  sourceEmacsLisp,
+
  sourceCommonLisp,
  textHtmlVue,
  textHtmlDjango,
  textRobotsTxt,