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

Tamarin's input language not properly registered as "language" inside VSC. #9

Open
cascremers opened this issue Dec 12, 2024 · 0 comments

Comments

@cascremers
Copy link
Member

cascremers commented Dec 12, 2024

We sometimes give Tamarin files other extensions than .spthy, e.g., .splib for files that are included but are not well-formed when considered in isolation.

Currently these are not properly detected as Tamarin files, which is understandable (until we decide to make eg .splib an official extension too as requested in #10 ), but at the moment it is also impossible to override this; this latter element is the issue.

Visual Studio Code allows users to manually set the language of an active file from a list of its languages. However, the Tamarin spthy language is not listed (eg use > Change Language Mode). Fixing this would require properly registering spthy/Tamarin as a code language in VSC's framework.

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

No branches or pull requests

1 participant