fortran-lang / fortls

fortls - Fortran Language Server
https://fortls.fortran-lang.org/
MIT License
257 stars 41 forks source link

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

Closed gnikit closed 6 months ago

gnikit commented 6 months ago

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

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.