Skip to content

Commit

Permalink
Merge pull request AdguardTeam#59 from scripthunter7/folding
Browse files Browse the repository at this point in the history
Add support for folding
  • Loading branch information
ameshkov authored Mar 15, 2023
2 parents ab43ec7 + cb4ce49 commit 5c55597
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
},
"brackets": [],
"autoClosingPairs": [],
"surroundingPairs": []
"surroundingPairs": [],
"folding": {
"markers": {
"start": "^\\s*!#if\\s.+$",
"end": "^\\s*!#endif\\s*$"
}
}
}

0 comments on commit 5c55597

Please sign in to comment.