1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Elixir Syntax Highlighting

This commit is contained in:
Anthony Graham
2018-01-01 14:20:23 +00:00
parent 8ca01921c4
commit b4e138e21b
9 changed files with 11 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ import React from 'react'
import markdown from 'browser/lib/markdown'
import _ from 'lodash'
import CodeMirror from 'codemirror'
import 'codemirror-mode-elixir'
import consts from 'browser/lib/consts'
import Raphael from 'raphael'
import flowchart from 'flowchart'