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

VSCODE Issues For End of Scope & CONTAINS statement & Syntax Error #182

Open
zhongxiang117 opened this issue Nov 4, 2020 · 0 comments
Open

Comments

@zhongxiang117
Copy link

They are three issues on the [fortran_fixed-form].

To reproduce them, a file is created: issues-fortranls-fixed-form

Unexpected end of scope at line X

The same issue for f90 #136 has been fixed, however for the [fortran_fixed-form], the issue is still here.

Subroutine/Function definition before CONTAINS statement

I looked on the source codes, found it in objects.py---line-647

As far as know, this warning info is caused by defining the block or contain statements before the subroutine? Am I correct?

However, does it have any way to prevent this warning info?

Syntax Error on TYPE parsing

A similar issue #181 , it seems the TYPE word is wrongly parsed in COMMON block as the keywords rather than the general variables or literals, and thus causing all the following Syntax Highlights failing..

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

No branches or pull requests

1 participant