wop commited on
Commit
10b68ce
Β·
verified Β·
1 Parent(s): a2c868f

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -1478,7 +1478,7 @@
1478
  // function calls
1479
  .replace(/\b([a-zA-Z_]\w*)\s*(?=\()/g, '<span class="tok-fn">$1</span>')
1480
  // operators
1481
- .replace(/([=!<>\&|+\-*/%^~]+)/g, '<span class="tok-op">$1</span>');
1482
  }
1483
 
1484
  /* ═══════════════════════════════════════════════
 
1478
  // function calls
1479
  .replace(/\b([a-zA-Z_]\w*)\s*(?=\()/g, '<span class="tok-fn">$1</span>')
1480
  // operators
1481
+ .replace(/([=!<>\&|+\-*\/%^~]+)/g, '<span class="tok-op">$1</span>');
1482
  }
1483
 
1484
  /* ═══════════════════════════════════════════════