From f918675c8b11adb80a83000a3a984e4ff3bdcf1b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 23 Oct 2016 19:45:36 -0700 Subject: 3569 Update syntax highlighting to not color numeric locations like literals. --- html/example1.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/example1.mu.html') diff --git a/html/example1.mu.html b/html/example1.mu.html index 3d4d40eb..eeeaf4b8 100644 --- a/html/example1.mu.html +++ b/html/example1.mu.html @@ -29,8 +29,8 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 def example1 [
   local-scope
-  a:num <- add 2, 2
-  a <- multiply a, 3
+  a:num <- add 2, 2
+  a <- multiply a, 3
 ]
 
-- cgit 1.4.1-2-gfad0