-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
TS and JS inconsistencies #120
Comments
Thanks for your contribution 👍 This is a known problem and a note has also been added to the backlog to fix the missing syntax scopes. |
@arcticicestudio I know you're busy and I can help you. If needed I can solve these issues and submit a PR, I can even try to make screenshots before -> after. |
@svipas Unfortunately my free time is indeed very limited and I try to get the transition of all Nord port projects to the new website done when there is some time so I really appreciate every help and contribution even more than usual 😄 I guess most existing selectors for JavaScript ( For React JSX the selectors should work fine when the |
@arcticicestudio Created a PR: #142 |
Found issue with |
That's indeed a nice theme and I want to congratulate you for this, but it seems there is a small issue and I'm referring to the same topic. A small one but annoying and it's related again to typescript, in template string expression color representation differs from JS version, this one been more readable. |
Thank you for your patience! 🙏🏼 I recently published the first “Northern Post — The state and roadmap of Nord“ announcement which includes all details about the plans and future of the Nord project, including the goal of catching up with the backlog. This issue is part of the backlog and therefore I want to triage and process it to get one step closer to a “clean state“. Read the announcement about reaching the “clean“ contribution triage state in Nord‘s discussions for more details about the goal. Therefore it has been added for triage in the central and single-source-of-truth project board that is also described in more detail in the roadmap announcement. @svipas Thanks again for your contributions 🚀 |
@svengreb Thanks for the best theme ever! This PR is pretty old and might require some work to do before merging. |
Interpolated string literals:
It's not working in TS because it doesn't contain
source.ts
andsource.tsx
here: https://github.com/arcticicestudio/nord-visual-studio-code/pull/114/filesJSDoc:
TS
JS
In my opinion it should be as it's in TS and type annotations like
string
should be colored.The text was updated successfully, but these errors were encountered: