Баранецкий Александр
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created BNF php string that may contain regex (Plugin for intellij idea)
I have such token to define strings string='regexp:(["]([\\]["]|[\\].|[\001-\377])*["])' This token is correct in PHP/GO languages but it doesn't work in my Intelij Plugin after generation custom...