Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/pheetah/docupyt into feat/e…
Browse files Browse the repository at this point in the history
…nhance
  • Loading branch information
pheetah committed Dec 24, 2023
2 parents 8ffedac + 1fc166a commit 2a370b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions settings/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ def __str__(self) -> str:


class Keywords(StringEnum):
ACTIVITY = "ACTIVITY"
EVENT = "EVENT"
IF = "IF"
ELSE = "ELSE"
ENDIF = "END"
ACTIVITY = "act:"
EVENT = "event:"
IF = "if:"
ELSE = "else:"
ENDIF = "end:"


class ContextKeywords(StringEnum):
Expand Down

0 comments on commit 2a370b3

Please sign in to comment.