Skip to content

Commit

Permalink
changed highlight command from HTML to MD
Browse files Browse the repository at this point in the history
  • Loading branch information
Reocin committed Aug 8, 2022
1 parent 455a6ae commit 0aa6fe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/formatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ export const formatSettings = {
highlight: {
des: 'highlight',
icon: 'highlight',
symbol: '<mark></mark>',
shift: 6,
selectionInput: 6,
symbol: '========',
shift: 4,
selectionInput: 4,
newLine: false,
enclose: false,
objectType: 'formatterSetting',
Expand Down
2 changes: 2 additions & 0 deletions testings.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
"isDesktopOnly": false
}
```


0 comments on commit 0aa6fe0

Please sign in to comment.