Skip to content

Commit

Permalink
update autoclosing pairs, remove indentation folding
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNolte committed Oct 11, 2024
1 parent b54fe98 commit e108af1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions languages/sv/systemverilog.configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
{ "open": "(", "close": ")" },
{ "open": "[", "close": "]" },
{ "open": "{", "close": "}" },
{ "open": "\"", "close": "\"", "notIn": ["string"] },
{ "open": "module", "close": "endmodule" }
{ "open": "\"", "close": "\"", "notIn": ["string"] }
],
"surroundingPairs": [
["{", "}"],
Expand All @@ -51,7 +50,6 @@
["\"", "\""]
],
"folding": {
"offSide": true,
"markers": {
"start": "^[ \\t\\n]*(?://[ \\t\\n]*#?region|`(?:ifdef|ifndef|elsif|else)\\b|\\b(?:(?:macro)?module|class)\\b)",
"end": "^[ \\t\\n]*(?://[ \\t\\n]*#?endregion|`(?:elsif|else|endif)\\b|\\b(?:endmodule|endclass)\\b)"
Expand Down

0 comments on commit e108af1

Please sign in to comment.