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

Typescript support #22

Open
disshishkov opened this issue Jan 22, 2015 · 4 comments
Open

Typescript support #22

disshishkov opened this issue Jan 22, 2015 · 4 comments

Comments

@disshishkov
Copy link

No description provided.

@Hirse
Copy link
Owner

Hirse commented Jan 24, 2015

Honestly this doesn't really have the highest priority right now, as the language isn't even supported by Brackets.
Feel free to submit a PR, I will check it and merge quickly.
To add support for another language, you would need to find a Regex that detects those language's definitions. The rest could maybe copied from existing languages.

@presidentnickson
Copy link

Many thanks for a great extension ! Do you have plans to include typescript support in the near future ?

@Hirse
Copy link
Owner

Hirse commented Aug 28, 2019

@presidentnickson I can look into adding adding support for TypeScript.
Since my previous comment is quite old the circumstances might have changed.
My preferred approach would be to generate an AST from the code and parse that similar to the JS approach.
Is TypeScript supported by Brackets without extension yet?

@presidentnickson
Copy link

@Hirse that would be great if you can look into it :)

I don't believe it is supported without an extension, I am using the following https://github.com/brackets-userland/brackets-typescript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants