mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-22 10:48:52 -04:00

Consider a config file with the following two lines: abc=1 c=2 Previously, the first line matched *.c files, because it had the 'c=1' substring. Now we skip until the next line as soon as 'abc' doesn't match 'c'.
Languages
C
71.4%
Assembly
11.8%
C++
10.8%
Makefile
1.7%
HTML
1.4%
Other
2.3%