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

Unable to get Meta: syntax highlighting to work #21

Closed
nwoike opened this issue Jan 22, 2012 · 7 comments
Closed

Unable to get Meta: syntax highlighting to work #21

nwoike opened this issue Jan 22, 2012 · 7 comments

Comments

@nwoike
Copy link

nwoike commented Jan 22, 2012

Meta section and its parameters are not syntax highlighted. Everything else looks good though. I have tried tweaking the colors in the editor and still nothing.

@nwoike
Copy link
Author

nwoike commented Jan 22, 2012

Looks like I am having issues with tabular parameters/examples tables too.

@Arnauld
Copy link
Owner

Arnauld commented Jan 22, 2012

Yep! in fact, color settings is not fully plugged into editor.
Preview in color settings does not rely on used parser but on predefined fragments. Story parser needs to be enhanced to detect those fragments and apply corresponding TextAttribute.

FYI here are the plugged scanners in the editor:

Missing scanners include:

  • Example table,
  • Meta,
  • and GivenStories,

@nwoike
Copy link
Author

nwoike commented Jan 22, 2012

Okay thanks for the clarification. Since I saw them in the syntax editor I assumed they were implemented.

@Arnauld
Copy link
Owner

Arnauld commented Jan 22, 2012

FYI here is the corresponding fragments of the preference page

@alexlehm
Copy link

Highlighting for the comments in an example table would be nice, these are terribly difficult to make out in plain text

Examples:
|foo|foo|
|bar|whatever|
|-- a comment
|bar2|whatever|
|-- yet another
|bar3|whatever|

@Arnauld
Copy link
Owner

Arnauld commented Jan 24, 2012

thanks for your suggestion, i'll look at it too.

@ghost ghost assigned Arnauld Jan 29, 2012
@Arnauld
Copy link
Owner

Arnauld commented Jan 29, 2012

Implemented and fixed in master branch

@Arnauld Arnauld closed this as completed Jan 29, 2012
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