yambar/particles
Daniel Eklöf 78f7b60e13
particle/map: non-greedy matching of quotes
Flex regexps are greedy.

This means '"foo" || "bar"' will return 'foo" || "bar', which is
obviously wrong.

Use "start conditions" to implement non-greedy matching.

Closes #302
2023-07-24 17:13:19 +02:00
..
dynlist.c particle/dynlist: don’t adjust spacing if all sub-items are zero-width 2021-08-25 18:48:15 +02:00
dynlist.h particle/dynlist: link particle-sdk PRIVATE:ly 2019-01-13 21:45:49 +01:00
empty.c Add support binding on-click handlers to other buttons than LEFT 2021-07-01 17:15:53 +02:00
list.c config: add inheritable option “font-shaping” 2022-02-23 18:43:13 +01:00
map.c particle/map: make eval_map_condition() more readable 2023-07-04 11:36:35 +02:00
map.h Implement '&&' and '||' operators on map 2022-12-10 22:53:30 -03:00
map.l particle/map: non-greedy matching of quotes 2023-07-24 17:13:19 +02:00
map.y Implement '&&' and '||' operators on map 2022-12-10 22:53:30 -03:00
meson.build Implement '&&' and '||' operators on map 2022-12-10 22:53:30 -03:00
progress-bar.c config: add inheritable option “font-shaping” 2022-02-23 18:43:13 +01:00
ramp.c config: add inheritable option “font-shaping” 2022-02-23 18:43:13 +01:00
string.c Update Font Awesome 5 to 6 2022-12-21 17:06:25 +01:00