https://bugs.kde.org/show_bug.cgi?id=440823
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/syntax-highlighting/ | |commit/33ab607534e6fa371afc | |5037d2c36b8ee3ba172f Resolution|NOT A BUG |FIXED --- Comment #2 from Christoph Cullmann <cullm...@kde.org> --- Git commit 33ab607534e6fa371afc5037d2c36b8ee3ba172f by Christoph Cullmann, on behalf of jonathan poelen. Committed on 11/11/2022 at 18:48. Pushed by cullmann into branch 'master'. Add syntax definition for CSV and TSV Language name | Separator | Extension | Properties ------------------|---------------|-----------|----------- CSV | , (comma) | .csv | Ignored inside double-quoted fields TSV | \t (TAB) | .tsv .tab | CSV (semicolon) | ; (semicolon) | | Ignored inside double-quoted fields CSV (whitespace) | whitespace | | Consecutive whitespaces are merged CSV (pipe) | \| (pipe) | A +5 -0 autotests/folding/highlight.csv-pipe.fold A +6 -0 autotests/folding/highlight.csv-semicolon.fold A +4 -0 autotests/folding/highlight.csv-whitespace.fold A +6 -0 autotests/folding/highlight.csv.fold A +4 -0 autotests/folding/highlight.tsv.fold A +12 -0 autotests/html/highlight.csv-pipe.dark.html A +12 -0 autotests/html/highlight.csv-pipe.html A +13 -0 autotests/html/highlight.csv-semicolon.dark.html A +13 -0 autotests/html/highlight.csv-semicolon.html A +11 -0 autotests/html/highlight.csv-whitespace.dark.html A +11 -0 autotests/html/highlight.csv-whitespace.html A +13 -0 autotests/html/highlight.csv.dark.html A +13 -0 autotests/html/highlight.csv.html A +11 -0 autotests/html/highlight.tsv.dark.html A +11 -0 autotests/html/highlight.tsv.html A +6 -0 autotests/input/highlight.csv A +5 -0 autotests/input/highlight.csv-pipe A +1 -0 autotests/input/highlight.csv-pipe.syntax A +6 -0 autotests/input/highlight.csv-semicolon A +1 -0 autotests/input/highlight.csv-semicolon.syntax A +4 -0 autotests/input/highlight.csv-whitespace A +1 -0 autotests/input/highlight.csv-whitespace.syntax A +4 -0 autotests/input/highlight.tsv A +5 -0 autotests/reference/highlight.csv-pipe.ref A +6 -0 autotests/reference/highlight.csv-semicolon.ref A +4 -0 autotests/reference/highlight.csv-whitespace.ref A +6 -0 autotests/reference/highlight.csv.ref A +4 -0 autotests/reference/highlight.tsv.ref A +86 -0 data/syntax/csv-pipe.xml A +205 -0 data/syntax/csv-semicolon.xml A +114 -0 data/syntax/csv-whitespace.xml A +205 -0 data/syntax/csv.xml A +86 -0 data/syntax/tsv.xml https://invent.kde.org/frameworks/syntax-highlighting/commit/33ab607534e6fa371afc5037d2c36b8ee3ba172f -- You are receiving this mail because: You are watching all bug changes.