Skip to content

Update scope-coloring.html #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/scope-coloring.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<title>JavaScript Scope Context Coloring</title>
<title>JavaScript Scope Context Colorings</title>
<meta name="description" content="A JavaScript experiment in switching between syntax highlighting and scope context coloring.">
<meta name="author" content="Daniel Lamb">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -160,4 +160,4 @@ <h1>JavaScript Scope Context Coloring</h1>
};
}</script>
</body>
</html>
</html>