Open ryan-van opened 6 years ago
Currently, the only time brackets are matched are when they are on separate lines, but it should match parentheses even on the same line.
I have a PR open to fix this (#83) but haven't heard from the maintainer unfortunately.
here's a temporary hack to fix this: https://github.com/atom-material/atom-material-syntax/pull/83#issuecomment-351348082
Currently, the only time brackets are matched are when they are on separate lines, but it should match parentheses even on the same line.