Skip to content

Commit 3865ab0

Browse files
authored
Exclude typst language
Added comments to excluded languages for clarity.
1 parent 313c23f commit 3865ab0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

settings.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ general:
1111
# chroma: 0.099
1212
# lightness: 0.636
1313
excluded_languages:
14-
- Jupyter Notebook
14+
- Jupyter Notebook # Jupyter files are too large
15+
- Typst # Typst is not programming language
1516

1617
legend:
1718
margin_x: 140
@@ -23,4 +24,4 @@ diagram:
2324
outer_radius: 55
2425
thickness: 12
2526
margin_x: 20
26-
margin_y: 15
27+
margin_y: 15

0 commit comments

Comments
 (0)