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

Incorrect highlighting of some keywords #12

Open
EvgeniyMist opened this issue Oct 29, 2020 · 0 comments
Open

Incorrect highlighting of some keywords #12

EvgeniyMist opened this issue Oct 29, 2020 · 0 comments

Comments

@EvgeniyMist
Copy link

There is some difference in syntax highlighting when initializing a variable with an intrinsic data type and a variable with a user-defined data type:
image
And this applies not only to the word "allocatable", but also, in my opinion, all other words that are in this dictionary (file modern.tmLanguage)

<dict> 
	<key>match</key>
	<string>\b(?i:(optional|recursive|pointer|allocatable|target|private|public))\b</string>
	<key>name</key>
	<string>storage.modifier.fortran.modern</string>
</dict>
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