Skip to content

fade2gray/VSCode-AutoHotkey-Easy-Folding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

VSCode-AutoHotkey-Easy-Folding

A simple script to facilitate the easy creation of folding block comments and folding regions.

Requires the following code to exist in the AutoHoteky language extension's ahk.configuration.json file.

// Folding regions marked by ";region" and ";endregion" comments.
// Folding block comments marked by "/* ;region" and "*/ ;endregion" comments.
"folding": {
    "markers": {
        "start": "^(\\/\\*)?\\s*\\;\\s*region\\b",
        "end": "^(\\*\\/)?\\s*\\;\\s*endregion\\b"
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors