You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: