clankerdiff-syntax 0.1.4

Portable Tree-sitter syntax highlighting
Documentation
1
2
3
int isspace(int character) {
    return character == ' ' || (character >= '\t' && character <= '\r');
}