Skip to content

Commit

Permalink
Colorize brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
GoryMoon authored Sep 11, 2024
1 parent a6fa871 commit 4f4d0b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import githubLogo from './assets/github.png'
import { slashEscape, slashUnescape } from './utils';
const MONACO_EDITOR_OPTIONS: monacoEditor.editor.IStandaloneDiffEditorConstructionOptions = {
const MONACO_EDITOR_OPTIONS: monacoEditor.editor.IStandaloneEditorConstructionOptions = {
automaticLayout: true,
formatOnType: true,
formatOnPaste: true,
Expand All @@ -22,6 +22,9 @@ const MONACO_EDITOR_OPTIONS: monacoEditor.editor.IStandaloneDiffEditorConstructi
},
padding: {
top: 5
},
bracketPairColorization: {
enabled: true
}
}
Expand Down

0 comments on commit 4f4d0b1

Please sign in to comment.