[GH-ISSUE #542] Syntax highlighter doesn't higlight some languages #271

Closed
opened 2026-03-03 00:19:50 +03:00 by kerem · 1 comment
Owner

Originally created by @metehan on GitHub (Jul 15, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/542

Current behavior

Boostnote doesn't highlight languages elixir and clojure. It was highlighing on legacy version.

  def add_msg(msg) do
    GenServer.cast(:db_router,{:add_msg, msg})
  end

Environment

Desktop/Web

  • Boost Note.next version: Couldn't find since there is no "about" menu item. But last version.
  • OS version and name: Windows 10
Originally created by @metehan on GitHub (Jul 15, 2020). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/542 # Current behavior Boostnote doesn't highlight languages elixir and clojure. It was highlighing on legacy version. ```elixir def add_msg(msg) do GenServer.cast(:db_router,{:add_msg, msg}) end ``` # Environment ## Desktop/Web - Boost Note.next version: Couldn't find since there is no "about" menu item. But last version. - OS version and name: Windows 10
kerem 2026-03-03 00:19:50 +03:00
Author
Owner

@Flexo013 commented on GitHub (Jul 15, 2020):

Note that there are no snippet notes in the new version, so you won't be able to set it on a note wide level. You can use regular markdown labeling of code blocks, like this:

```clojure
code here;
```
<!-- gh-comment-id:658908696 --> @Flexo013 commented on GitHub (Jul 15, 2020): Note that there are no snippet notes in the new version, so you won't be able to set it on a note wide level. You can use regular markdown labeling of code blocks, like this: ```` ```clojure code here; ``` ````
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#271
No description provided.