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

fix(parser): support free-form line continuation in lexical tokens #401

Merged
merged 1 commit into from
May 20, 2024

Conversation

gnikit
Copy link
Member

@gnikit gnikit commented May 20, 2024

The support is more permissive than the standard dictates
and obviously does not comform with all the LSP responses
e.g. completions under certain conditions.

Fixes #235

The support is more permissive than the standard dictates
and obviously does not comform with all the LSP responses
e.g. completions under certain conditions.

Fixes #235
Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.23%. Comparing base (c8df48b) to head (780830f).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #401      +/-   ##
==========================================
+ Coverage   88.17%   88.23%   +0.06%     
==========================================
  Files          35       35              
  Lines        4795     4795              
==========================================
+ Hits         4228     4231       +3     
+ Misses        567      564       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gnikit gnikit merged commit 2ff0ce4 into master May 20, 2024
30 checks passed
@gnikit gnikit deleted the fix/issue-235 branch May 20, 2024 00:36
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.

bug(parser): variable types with line continuation character not parsed
1 participant