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

Fotran lexer: detect keywords formed by two keywords without inter-wo… #1677

Merged
merged 1 commit into from
Feb 12, 2021
Merged

Conversation

ecasglez
Copy link
Contributor

…rd spaces.

…rd spaces.

* Fix for issue #1188.
* I took the list of keywords affected by this issue from the VIM fortran lexer.
* All the affeced keywords are ending keywords, that is, "end" followed by another keyword without space.
@Anteru Anteru added this to the 2.8 milestone Feb 12, 2021
@Anteru Anteru added the changelog-update Items which need to get mentioned in the changelog label Feb 12, 2021
@Anteru Anteru merged commit 49bdb1d into pygments:master Feb 12, 2021
@Anteru
Copy link
Collaborator

Anteru commented Feb 12, 2021

Merged, thanks for your contribution!

@Anteru Anteru linked an issue Feb 12, 2021 that may be closed by this pull request
Anteru added a commit that referenced this pull request Feb 12, 2021
We identify more keywords now thanks to #1677.
@Anteru Anteru removed the changelog-update Items which need to get mentioned in the changelog label Feb 14, 2021
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.

None yet

2 participants