-
Notifications
You must be signed in to change notification settings - Fork 106
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
Typescript Syntax highlighting by default #119
Comments
Thanks for this! We're currently leaning on the syntect crate for built-in syntaxes; I think it's worth owning that responsibility in Amp so that we can include these without having to upstream them into that crate. 🙂 |
@bucktower mind adding that to the wiki as well? https://github.com/jmacdonald/amp/wiki |
@jmacdonald How about going like composition and not including specific syntax highlighting to keep |
@jedahan I have some (like Coffeescript, Elixir, Dockerfile, Vue, etc) that I converted from .tmLanguage to .sublime-syntax but I don't know if I can share them on the wiki without attribution etc (I did not trace it and I don'r remember) |
@pbgc I think if you make a repository under your name with your conversions, and write a readme that says "I don't remember where I got all of these. If its yours, let me know and I will add attribution" are you comfortable with that? |
@azbshiri I think that'd violate Amp's philosophy of "batteries included"; major languages/formats should work out of the box. 🙂 |
JSX should be included too !! |
It would be very helpful to include Typescript syntax highlighting by default, given its increasing interest over the past couple years. Here's a
ts.sublime-syntax
that should work fine for the mean time for everyone else.The text was updated successfully, but these errors were encountered: