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: https://github.com/Alexey-T/CudaText/issues/4515#issuecomment-1298695532