Wed, 10 Jul 2024 21:35:37 +0200
add basic support for line continuations in C highlighter
things that still do not work:
- user includes
- splitting keywords
fixes #392
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://unixwork.de/uwproj"> <dependency> <lang>c</lang> </dependency> <dependency name="tools" platform="unix"> <make> RMDIR=rm -fR MKDIR=mkdir -p </make> </dependency> <dependency name="ucx"> <test>check_lib ucx cx/list.h</test> <ldflags>-lucx</ldflags> </dependency> </project>