diff options
author | EuAndreh <eu@euandre.org> | 2020-02-06 02:01:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-06 02:01:15 -0300 |
commit | 7d90b515938d56b19fc64527729703411852d1d5 (patch) | |
tree | 38ba1d271251174c49a740d43325e946c80c02e2 /_pastebins | |
parent | Use pandoc to render markdown (diff) | |
download | euandre.org-7d90b515938d56b19fc64527729703411852d1d5.tar.gz euandre.org-7d90b515938d56b19fc64527729703411852d1d5.tar.xz |
Add missing lang annotations
Diffstat (limited to '_pastebins')
-rw-r--r-- | _pastebins/failure-on-guix-tex-live-importer.md | 1 | ||||
-rw-r--r-- | _pastebins/raku-tuple-type-annotation.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/_pastebins/failure-on-guix-tex-live-importer.md b/_pastebins/failure-on-guix-tex-live-importer.md index 5280c38..5b74724 100644 --- a/_pastebins/failure-on-guix-tex-live-importer.md +++ b/_pastebins/failure-on-guix-tex-live-importer.md @@ -2,6 +2,7 @@ title: Failure on Guix TeX Live importer date: 2020-01-04 layout: pastebin +lang: en --- ```shell diff --git a/_pastebins/raku-tuple-type-annotation.md b/_pastebins/raku-tuple-type-annotation.md index 303cf8d..c2de915 100644 --- a/_pastebins/raku-tuple-type-annotation.md +++ b/_pastebins/raku-tuple-type-annotation.md @@ -2,6 +2,7 @@ title: Raku tuple type annotation date: 2019-12-29 layout: pastebin +lang: en --- ```raku |