icedman

Results 130 comments of icedman

I made the textmate parser portable. Removed the osx foundation codes. It may be worth a test as a vim plugin. Making one is beyond my skillset. https://github.com/icedman/tm-parser This library...

I realized result.top is what I was looking for and that's already existing. We just need this change: ```diff - Result parse(String source, {String? language, bool autoDetection = false}) {...

I made a PR. I think the change is simple enough and it works for my project (https://github.com/icedman/flutter_editor)

See my PR request or my project at https://github.com/icedman/flutter_editor If you read the code for this plugin.. A document is actually highlighted line-by-line. Mode .. is the last parser state....

mac os and windows are not yet ready. i could probably add the windows in a few days

Windows build has been added.

mac and windows are currently not ready.

I havent yet. I've started with treesitter. Ill see how that goes first.

Please test Dash to Dock Animator from the developer of dash2dock-lite > git clone https://github.com/icedman/dash-animator > make install Under development. No official extension published yet. Developed for ubuntu (with dash-to-dock...

android: issue: crash SDL (looking for shared object) workaround: build with sdl2_shared instead of sdl2_static