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
I was thinking we could just create a src folder in the root with a Teal.yaml, and then have a script (/scripts/build.sh) that puts out a json, plist (and/or tmLanguage) in the Syntaxes folder when you run it.
Could maybe setup CI/CD to ensure the latest versions are "built" in Syntaxes and fail the build if needed.
Then for any text editor plugin, they could pull the correct version from Syntaxes or copy the folder directly if it doesn't cause any issues.
I'm willing to set this up if folks are cool. All of this is in relation to #2 (comment)
The text was updated successfully, but these errors were encountered:
I was thinking we could just create a
src
folder in the root with aTeal.yaml
, and then have a script (/scripts/build.sh
) that puts out ajson
,plist
(and/ortmLanguage
) in the Syntaxes folder when you run it.Could maybe setup CI/CD to ensure the latest versions are "built" in Syntaxes and fail the build if needed.
Then for any text editor plugin, they could pull the correct version from Syntaxes or copy the folder directly if it doesn't cause any issues.
I'm willing to set this up if folks are cool. All of this is in relation to #2 (comment)
The text was updated successfully, but these errors were encountered: