summary refs log tree commit diff
path: root/txt
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-18 18:42:48 -0400
committerJune McEnroe <june@causal.agency>2018-08-18 18:51:29 -0400
commit314a1b7b98ceac1931a90d59ff0cabb6e24857c0 (patch)
treec517b94acabdc80df6dcb11b04feb714c8c24d79 /txt
parentSet FCEDIT=$EDITOR (diff)
downloadsrc-314a1b7b98ceac1931a90d59ff0cabb6e24857c0.tar.gz
src-314a1b7b98ceac1931a90d59ff0cabb6e24857c0.zip
Add Blondie — Heart of Glass
Why didn't I know about this song? I love it.
Diffstat (limited to '')
-rw-r--r--txt/music.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/txt/music.md b/txt/music.md
index c8cd3595..9d58b99a 100644
--- a/txt/music.md
+++ b/txt/music.md
@@ -1,3 +1,4 @@
+- [Blondie — Heart of Glass][54]
 - [Suuns — Watch You, Watch Me][53]
 - [Neckbeard Deathcamp — White Nationalism is for Basement Dwelling Losers][52]
 - [rook — shed blood][51]
@@ -115,3 +116,4 @@
 [51]: https://rooksfeather.bandcamp.com/album/shed-blood
 [52]: https://neckbearddeathcamp.bandcamp.com/album/white-nationalism-is-for-basement-dwelling-losers
 [53]: https://suuns.bandcamp.com/track/watch-you-watch-me
+[54]: https://youtu.be/fWPhhlKHM80
='/src/commit/bin/order.y?id=6de6cee0ac03a19cfc06c3ca1a0471ae710c38f2&follow=1'>Support unary + in orderJune McEnroe Missed this because operator(7) just doesn't list it, oddly. 2020-12-30Add postfix $ operator to bitJune McEnroe 2020-12-29Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe