Advertisement
Guest User

highlight.ts

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