Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Modus Operandi
Total activity
7
Last activity
January 16, 2016 12:29
Member since
March 01, 2015 22:34
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
March 03, 2015 14:09
I still don't know what exactly was the problem, but I managed to solve it by rewriting the lexer configuration in a more simplified manner (using less states and avoiding yypushback() calls).
Community
IntelliJ IDEA Open API and Plugin Development
Custom language syntax highlighter glitch?
0 votes
Created
March 02, 2015 10:40
Yes, it does. I have project up on GitHub so you can easily see any file: https://github.com/modo-lv/LiveScriptBrains/tree/0363ea144aecffa75d1da3747bbcb2dd06dfeb40
Community
IntelliJ IDEA Open API and Plugin Development
Custom language syntax highlighter glitch?
0 votes
Created
March 03, 2015 12:45
To answer my own question, the problem was with using too generic "Expression". Once I reworked it to use more limited and specific expressions, the problem went away.
Community
IntelliJ IDEA Open API and Plugin Development
LiveScript object definition parsing without recursion?
0 votes