Skip to content

Commit

Permalink
chore: fix syntax module typing
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Feb 16, 2024
1 parent 5cb9455 commit 2e39a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/ngx-quill/config/src/quill-editor.interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface QuillModules {
keyboard?: {
bindings?: any
} | boolean
syntax?: boolean | { highlight: any }
syntax?: boolean | { hljs: any }
table?: boolean | Record<string, unknown>
toolbar?: QuillToolbarConfig | string | {
container?: string | string[] | QuillToolbarConfig
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-quill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-quill",
"version": "25.0.2",
"version": "25.0.3",
"license": "MIT",
"author": {
"name": "Bengt Weiße"
Expand Down

0 comments on commit 2e39a76

Please sign in to comment.