Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Captures function names

AuthorDave Jarvis <email>
Date2026-02-14 19:45:24 GMT-0800
Commita23901f11292bc8641d865a1df4adab48db22f5f
Parent6561f9c
Delta9 lines added, 6 lines removed, 3-line increase
repo.css
}
-.hl-keyword,
-.hl-tag {
- color: #5ad4e6;
+.hl-keyword {
+ color: #f92672;
}
.hl-string_interp {
color: #e6db74;
+}
+
+.hl-function {
+ color: #a6e22e;
}
.hl-variable {
- color: inherit;
+ color: #fd971f;
}
}
-.hl-interp-punct {
- color: #f92672;
+.hl-tag {
+ color: #f92672;
}