Skip to content

JSON: fix float that start with 0 ; add *.jsonl and *.cast extensions

jonathan poelen requested to merge jpoelen/syntax-highlighting:ft_jsonl into master
Input:  0.0, 0.01 1.0, 2.01, 00.0, 01.0
Before:  ~    ~~~            ~~~   ~~~  Error
After:                       ~~~   ~~~

Merge request reports