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

Cleanup syntax highlighting file for vscode #1198

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

Alidra
Copy link
Member

@Alidra Alidra commented Feb 12, 2025

The syntax highlighting file for vscode (editors/vscode/syntaxes/lp.tmLanguage.json) contains information for the tokenization and syntax coloring of Lambdapi files under Vscode.
This file contains the keywords of the Lambdapi language and their "syntactic categories" which are matched to "coloring categories".
Currently, some keywords appear in different categories at the same time and one category (commands) duplicates all the keywords that are in other categories which is confusing and can be source of errors/inconsistencies in the future.
Thus, this PR cleans up this file.

Copy link
Member

@fblanqui fblanqui left a comment

Choose a reason for hiding this comment

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

Thank you Abdelghani. There is only a small change to do I think.

editors/vscode/syntaxes/lp.tmLanguage.json Show resolved Hide resolved
@fblanqui fblanqui merged commit 08d0f00 into Deducteam:master Feb 12, 2025
11 checks passed
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.

2 participants