Guest User

Updated highlight.ts

a guest
Jun 17th, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import { styleTags, tags as t } from '@lezer/highlight';
  2.  
  3. export const algorithmHighlight = styleTags({
  4. Identifier: t.propertyName,
  5. Number: t.number,
  6. String: t.string
  7. })
  8.  
Add Comment
Please, Sign In to add comment