[PR #2125] [CLOSED] Added support for Elixir language #5948

Closed
opened 2026-02-05 10:21:06 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2125
Author: @joaovitoras
Created: 5/15/2020
Status: Closed

Base: masterHead: support-elixir-code-highlight


📝 Commits (2)

  • 7aebdbe Added elixir code highlight support
  • c00a111 Merge branch 'master' into support-elixir-code-highlight

📊 Changes

4 files changed (+11 additions, -0 deletions)

View changed files

📝 package-lock.json (+5 -0)
📝 package.json (+1 -0)
📝 resources/js/services/code.js (+4 -0)
📝 resources/views/components/code-editor.blade.php (+1 -0)

📄 Description

I added the code highlight for elixir that doesn't come in the standard codemirror package.
I didn't find any restrictions on adding new extra codemirror packages. Do you see any problems with that?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/2125 **Author:** [@joaovitoras](https://github.com/joaovitoras) **Created:** 5/15/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `support-elixir-code-highlight` --- ### 📝 Commits (2) - [`7aebdbe`](https://github.com/BookStackApp/BookStack/commit/7aebdbe6ec7b00fb843943a64e4aaab58f4c2e28) Added elixir code highlight support - [`c00a111`](https://github.com/BookStackApp/BookStack/commit/c00a11150cbe141982a4d767728f8e7bdfb1c789) Merge branch 'master' into support-elixir-code-highlight ### 📊 Changes **4 files changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+5 -0) 📝 `package.json` (+1 -0) 📝 `resources/js/services/code.js` (+4 -0) 📝 `resources/views/components/code-editor.blade.php` (+1 -0) </details> ### 📄 Description I added the code highlight for elixir that doesn't come in the standard codemirror package. I didn't find any restrictions on adding new extra codemirror packages. Do you see any problems with that? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:21:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5948