Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Fixed highlight words #34

Merged
merged 3 commits into from
Jan 5, 2022
Merged

Conversation

viniciusfbb
Copy link
Contributor

Included the "out", as it is a reserved word in pascal, used in the declaration of the method parameters.

Included the "out", as it is a reserved word in pascal, used in the declaration of the method parameters.
- Added Out and String in highlighted words (they are reserved words);
- Removed "Name" from highlighted words (it is not a reserved word);
@viniciusfbb viniciusfbb changed the title Included "out" in the highlight Fixed highlight words Dec 23, 2021
Copy link
Owner

@alefragnani alefragnani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bring back the name keyword, since it is used on Free Pascal.
Also, update the PR comment to refer not only the out keyword, but also the string keyword you added.

- Regressed removal of "name" keyword, since it is used on Free Pascal.
- Added the "downto" keyword in place of the keyword "do", which was duplicated.
@alefragnani alefragnani merged commit 5f868f5 into alefragnani:master Jan 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants