Skip to content

Commit

Permalink
Add support for folding
Browse files Browse the repository at this point in the history
  • Loading branch information
scripthunter7 authored Jan 1, 2023
1 parent 2261166 commit cb4ce49
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 cb4ce49

Please sign in to comment.