Skip to content

Commit e4c748f

Browse files
committed
Fix template
1 parent 758a188 commit e4c748f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

typst-orange.typ

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -340,13 +340,6 @@
340340

341341
set underline(offset: 3pt)
342342

343-
//Structured text language
344-
show raw.where(lang: "iecst"): it => [
345-
#show regex("\b(VAR_GLOBAL|END_VAR|BOOL)\b") : keyword => text(weight:"bold", fill: blue, keyword)
346-
#show regex(";|:") : keyword => text(weight:"bold", fill: blue, keyword)
347-
#it
348-
]
349-
350343
// Title page.
351344
page(margin: 0cm, header: none)[
352345
#set text(fill: black)

0 commit comments

Comments
 (0)