Skip to content

VSCode-styled bracket matching and indent guide highlighting for GMEdit.

Notifications You must be signed in to change notification settings

YAL-GMEdit/ext-bracket-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ext-bracket-match

This extension overrides bracket highlighting behaviour with something resembling VSCode's indent guide highlighting.

This may slightly increase the CPU load for cursor navigation in very large files.

screenshot

If your theme implements rainbow brackets, you can do that too, like so:

/* curly brackets */
#main .ace-tm .ace_curly.ace_paren.ace_depth1 {
	color: #C6FF79;
}

/* bracket match rectangles and lines */
#main .ace-tm .ace_marker-layer .ace_bracket.ace_depth1,
#main .ace-tm .ace_marker-layer .ace_bracket_line.ace_depth1 {
	border-color: #C6FF79;
}

Install instructions

About

VSCode-styled bracket matching and indent guide highlighting for GMEdit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published