Skip to content

Commit

Permalink
Updated: Category header internal pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdvideo1234 committed Nov 27, 2024
1 parent 62a14d7 commit 1ad0aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/trackassembly/trackasmlib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,8 @@ function InitBase(sName, sPurp)
SetOpVar("PATTEX_TABLEDAD", "%s*local%s+myAdditions%s*=%s*")
SetOpVar("PATTEX_VARADDON", "%s*local%s+myAddon%s*=%s*")
SetOpVar("PATTEM_WORKSHID", "^%d+$")
SetOpVar("PATTEM_EXCATHED", {"@", "(%s@%d)" , "^#.*ExportCategory.*%(.+%)", "%(.+%)"})
SetOpVar("PATTEM_EXDSVHED", {"@", "(%s@%s@%s)", "^#.*DSV.*%(.+%)" , "%(.+%)"})
SetOpVar("PATTEM_EXCATHED", {"@", "(%s@%d)" , "^#.*Category.*%(.+%)", "%(.+%)"})
SetOpVar("PATTEM_EXDSVHED", {"@", "(%s@%s@%s)", "^#.*DSV.*%(.+%)" , "%(.+%)"})
SetOpVar("HOVER_TRIGGER" , {})
if(CLIENT) then
SetOpVar("TABLE_IHEADER", {name = "", stage = 0, op = 0, icon = "", icon2 = ""})
Expand Down

0 comments on commit 1ad0aa1

Please sign in to comment.