WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 82f9ac1

Browse files
committed
add nunjucks folding
1 parent aa29e68 commit 82f9ac1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ace-modes.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,10 @@ declare module "ace-code/src/mode/folding/mixed" {
508508
export const FoldMode: new () => import("ace-code").Ace.Folding;
509509
}
510510

511+
declare module "ace-code/src/mode/folding/nunjucks" {
512+
export const FoldMode: new () => import("ace-code").Ace.Folding;
513+
}
514+
511515
declare module "ace-code/src/mode/folding/php" {
512516
export const FoldMode: new () => import("ace-code").Ace.Folding;
513517
}

0 commit comments

Comments
 (0)