Skip to content

Conversation

kilavvy
Copy link
Contributor

@kilavvy kilavvy commented Jan 19, 2025

This PR fixes a duplicate keyword in the Solidity syntax highlighting configuration. The word 'constants' was incorrectly included when 'constant' is already present in the keywords list.

Changes made:

  • Removed duplicate keyword 'constants' from the keywords array
  • Kept the correct form 'constant' which is the proper Solidity keyword

This change helps maintain cleaner and more accurate syntax highlighting for Solidity files in the Remix editor.

Copy link

netlify bot commented Jan 19, 2025

👷 Deploy request for remixproject pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 74c7896

@Aniket-Engg Aniket-Engg merged commit 05832f5 into remix-project-org:master Jan 20, 2025
24 of 28 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