Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Syntax highlighting for EmacsLisp and CommonLisp
Open tareifz opened 3 months ago

Add syntax highlighting for emacs-lisp and commonlisp.

1 file changed +4 -0 dbe0ed7f 47938ac5
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,