Skip to content

Commit

Permalink
docs: handle functions and properties better
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunjee authored Feb 21, 2024
1 parent 7787879 commit 754265f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
52 changes: 24 additions & 28 deletions docs/prism-autohotkey.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ body {
color: var(--codeTextColor);
}
.token.property {
color: #c08b30;
color: var(--textColor);
}
.token.tag {
color: #2973b7;
Expand Down Expand Up @@ -786,7 +786,7 @@ body {
color: var(--accent);
}
.token.function {
color: #baac29;
color: #86b9f5;
}
.token.keyword {
color: #6679cc;
Expand Down

0 comments on commit 754265f

Please sign in to comment.