主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Modus Operandi
活动总数
7
最后的活动
2016年01月16日 12:29
成员加入日期
2015年03月01日 22:34
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2015年03月03日 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).
社区
IntelliJ IDEA Open API and Plugin Development
Custom language syntax highlighter glitch?
0 票
创建于
2015年03月02日 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
社区
IntelliJ IDEA Open API and Plugin Development
Custom language syntax highlighter glitch?
0 票
创建于
2015年03月03日 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.
社区
IntelliJ IDEA Open API and Plugin Development
LiveScript object definition parsing without recursion?
0 票