Skip to content

Commit

Permalink
Exclude constant symbols from bracket matching
Browse files Browse the repository at this point in the history
Fixes issues with things like :end atoms and do: keyword lists
  • Loading branch information
ollien committed Jul 22, 2024
1 parent 202b080 commit 3a278bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
{
"language": "elixir",
"scopeName": "source.elixir",
"path": "./syntaxes/elixir.json"
"path": "./syntaxes/elixir.json",
"unbalancedBracketScopes": [
"constant.language.symbol.elixir"
]
},
{
"language": "eex",
Expand Down

0 comments on commit 3a278bb

Please sign in to comment.