Replies: 2 comments 1 reply
-
|
Sure, it looks like a bug/feature request (such thing are hard to properly distinguish in this context). The best option to get it implemented is probably to ping the author of the org mode lexer, @goshatch For the second question, yes, the Text lexer just emits a Text token for everything. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hello! I implemented the original org mode lexer, and yes, it does not have support for tables at the moment. As I don't have the bandwidth to work on this in the foreseeable future, would you be able to make a PR to add this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Emacs org-mode do support org-tables and table.el tables (ref).
In the following screenshot you see one "table.el" style tabel in the beginning and a "org-table" as second using the Org-mode lexer.
I am not sure but it seems that the org-mode lexer is not able to handle the table.el style table correct. Am I right? Can we treat this as a feature request? To my understanding the org-mode lexer should support table.el tables because they are part of the org-mode specification (see ref link above).
Or is there a better lexer for table.el tables?
Asking the other way around? Is there a void-lexer? A lexer that does nothing, no color.
Beta Was this translation helpful? Give feedback.
All reactions