Skip to content

Commit 5d6ec27

Browse files
committed
[GR-37284] Option#usageSyntax and TruffleLanguage#website API.
PullRequest: graalpython/2216
2 parents 774dc24 + 44ff10d commit 5d6ec27

File tree

2 files changed

+66
-63
lines changed

2 files changed

+66
-63
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/PythonLanguage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112
dependentLanguages = {"nfi", "llvm"}, //
113113
interactive = true, internal = false, //
114114
contextPolicy = TruffleLanguage.ContextPolicy.SHARED, //
115-
fileTypeDetectors = PythonFileDetector.class)
115+
fileTypeDetectors = PythonFileDetector.class, //
116+
website = "https://www.graalvm.org/python/")
116117
@ProvidedTags({
117118
StandardTags.CallTag.class,
118119
StandardTags.StatementTag.class,

0 commit comments

Comments
 (0)