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

'describe' and 'it' from Mocha/Jasmine are not highlighted. #245

Closed
kylelamse opened this issue Aug 16, 2016 · 1 comment
Closed

'describe' and 'it' from Mocha/Jasmine are not highlighted. #245

kylelamse opened this issue Aug 16, 2016 · 1 comment
Assignees

Comments

@kylelamse
Copy link

kylelamse commented Aug 16, 2016

example.spec.ts

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.

@sheetalkamat
Copy link
Member

Fixed with #270

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