Skip to content

Commit

Permalink
Update language-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cooolbros committed Apr 17, 2023
1 parent ae56434 commit a946d7e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 14 deletions.
26 changes: 21 additions & 5 deletions language-configuration/hudanimations-language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
[
"{",
"}"
],
[
"[",
"]"
],
]
],
// symbols that are auto closed when typing
"autoClosingPairs": [
Expand All @@ -24,20 +20,40 @@
"[",
"]"
],
[
"(",
")"
],
[
"\"",
"\""
],
[
"'",
"'"
]
],
// symbols that can be used to surround a selection
"surroundingPairs": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
[
"\"",
"\""
],
[
"'",
"'"
]
]
}
26 changes: 21 additions & 5 deletions language-configuration/popfile-language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
[
"{",
"}"
],
[
"[",
"]"
],
]
],
// symbols that are auto closed when typing
"autoClosingPairs": [
Expand All @@ -24,20 +20,40 @@
"[",
"]"
],
[
"(",
")"
],
[
"\"",
"\""
],
[
"'",
"'"
]
],
// symbols that can be used to surround a selection
"surroundingPairs": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
[
"\"",
"\""
],
[
"'",
"'"
]
]
}
4 changes: 0 additions & 4 deletions language-configuration/vdf-language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
[
"{",
"}"
],
[
"(",
")"
]
],
// symbols that are auto closed when typing
Expand Down

0 comments on commit a946d7e

Please sign in to comment.