You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you make a CudaText lexer for Pocketlang? It already has lexer for various languages whose Pocketlang syntax is based on (Python, Lua, Ruby,...). It has a well documented tool to create lexer. The problem is CudaText lexer is full of regular expression and I feared regular expression so much so I have to bother you here.
Could you make a CudaText lexer for Pocketlang? It already has lexer for various languages whose Pocketlang syntax is based on (Python, Lua, Ruby,...). It has a well documented tool to create lexer. The problem is CudaText lexer is full of regular expression and I feared regular expression so much so I have to bother you here.
This is CudaText: https://github.com/Alexey-T/CudaText
Document for lexer creator tool: Alexey-T/CudaText#4515 (comment)
The text was updated successfully, but these errors were encountered: