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

Un-supported directives are breaking syntax highlighting #110

Closed
zaynali53 opened this issue May 15, 2016 · 2 comments
Closed

Un-supported directives are breaking syntax highlighting #110

zaynali53 opened this issue May 15, 2016 · 2 comments

Comments

@zaynali53
Copy link
Contributor

zaynali53 commented May 15, 2016

In the latest build of sublime. Maybe something has changed which is causing the un-supported directives behave incorrectly.

In my test. Putting () parenthesis after the un-supported directives ( Those which are not added in the package yet ) are causing highlight break issue.

Example

1: Un-supported direcitve Without Parenthesis. Don't Break

capture1

2: Un-supported direcitve With Parenthesis. Breaks all syntax highlight after

capture2

3: Supported directive

capture3

@dnabeast
Copy link

Oddly enough putting a second close bracket will fix the highlighting. (but of course, break the code)
ie. @stack())

@Medalink
Copy link
Owner

This has been fixed.

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

No branches or pull requests

3 participants