Skip to content

Commit

Permalink
Don't highlight square brackets as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandeaual committed Apr 4, 2021
1 parent 9b68fc7 commit ab45489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/scheme.tmLanguage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repository:
- match: (?<=[\(\s])((#e|#i)?[0-9]+(\.[0-9]+)?|(#x)[0-9a-fA-F]+|(#o)[0-7]+|(#b)[01]+)(?=[\s;()'",\[\]])
name: constant.numeric.scheme
illegal:
match: '[()\[\]]'
match: '[()]'
name: invalid.illegal.parenthesis.scheme
language-functions:
patterns:
Expand Down

0 comments on commit ab45489

Please sign in to comment.