Add printing for constants, variables, types, and procedure groups

This commit is contained in:
gingerBill
2022-01-17 19:01:16 +00:00
parent c85ac955f7
commit 8eda756714
2 changed files with 82 additions and 19 deletions
+5 -1
View File
@@ -28,4 +28,8 @@ pre {
text-decoration: none;
font-weight: bold;
color: #00bfd5;
}
}
pre a.code-procedure {
color: #079300;
}