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

Fix textmate syntax reported issues #658

Open
wants to merge 8 commits into
base: development
Choose a base branch
from

Conversation

antico5
Copy link
Collaborator

@antico5 antico5 commented Mar 27, 2025

Closes #595

Tokens under certain rules were not being classified correctly.

There may be other missing/erroneous rules on the syntax, but at least the reported ones are fixed. A follow up could be closely inspecting some large contracts to spot errors in syntax highlighting, or just wait further reports.

@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Mar 27, 2025
Copy link

codecov bot commented Mar 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.32%. Comparing base (54ba238) to head (e27335a).

Additional details and impacted files
@@             Coverage Diff              @@
##           development     #658   +/-   ##
============================================
  Coverage        54.32%   54.32%           
============================================
  Files              227      227           
  Lines             5230     5230           
  Branches           809      809           
============================================
  Hits              2841     2841           
  Misses            2152     2152           
  Partials           237      237           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@antico5 antico5 requested a review from kanej March 27, 2025 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Syntax highlighting flaws
2 participants