Commit ac689bb0 authored by Grandschtroumpf's avatar Grandschtroumpf

standard

parent a0b82cc8
......@@ -5,11 +5,11 @@ import { EditorApi } from 'remix-plugin'
const profile = {
displayName: 'source highlighters',
name: 'sourceHighlighters',
name: 'editor',
description: 'service - highlight source code'
}
// EditorApi:
// EditorApi:
// - methods: ['highlight', 'discardHighlight'],
class SourceHighlighters extends EditorApi {
......
......@@ -28,7 +28,7 @@ const profile = {
permission: true
}
// EditorApi:
// EditorApi:
// - events: ['compilationFinished'],
// - methods: ['getCompilationResult']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment