Skip to content

Commit

Permalink
chore: use pl from graph-sitter instead (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
christinewangcw authored Jan 16, 2025
1 parent ccc63c5 commit c70da1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .codegen/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
repo_name = "codegen-cli"
organization_name = "codegen-sh"
programming_language = "UNSUPPORTED"
1 change: 1 addition & 0 deletions src/codegen/cli/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
class ProgrammingLanguage(StrEnum):
PYTHON = "PYTHON"
TYPESCRIPT = "TYPESCRIPT"
UNSUPPORTED = "UNSUPPORTED"

0 comments on commit c70da1a

Please sign in to comment.