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
describe('test',()=>{it('should',()=>{// do things});});
Shouldn't keywords from this style of unit tests be supported in the grammar? Or is this by design not included? atom-typescript uses the grammar in this repo, and I'm not getting describe or it highlighting in my unit tests, so that's why I posted the issue here.
I get this highlighting in my *.spec.js files in atom, but not for any *.spec.ts files using the plugin referenced earlier. I would like to know if this is an issue with this grammar or if it's completely unrelated.
The text was updated successfully, but these errors were encountered:
example.spec.ts
Shouldn't keywords from this style of unit tests be supported in the grammar? Or is this by design not included? atom-typescript uses the grammar in this repo, and I'm not getting
describe
orit
highlighting in my unit tests, so that's why I posted the issue here.I get this highlighting in my *.spec.js files in atom, but not for any *.spec.ts files using the plugin referenced earlier. I would like to know if this is an issue with this grammar or if it's completely unrelated.
The text was updated successfully, but these errors were encountered: