Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better catch clause #245

Merged
merged 2 commits into from
May 26, 2023
Merged

Conversation

susliko
Copy link
Collaborator

@susliko susliko commented May 26, 2023

Resolves #224

Problem

Catch-clause is not parsed when case is on the same line as 'catch':

try a catch b: C => d

Solution

Intoduce $._expr_case_clause alternative to the catch-clause

Problem
-------
Catch-clause is not parsed when case is on the same line as 'catch':
```
try a catch b: C => d
```

Solution
-------
Intoduce `$._expr_case_clause` alternative to the catch-clause
Copy link
Collaborator

@eed3si9n eed3si9n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @susliko!

@eed3si9n eed3si9n merged commit e37d217 into tree-sitter:master May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Braceless try-catch on the same line
2 participants