Skip to content

Commit fe1bfd9

Browse files
committed
RLangMode.java: Fix the name of extension
Signed-off-by: Ce Gao <[email protected]>
1 parent 53cb03a commit fe1bfd9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/rprocessing/mode/RLangMode.java

+5-3
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,19 @@ public Editor createEditor(Base base, final String path, final EditorState state
6363
}
6464
}
6565

66-
/**
66+
/**
67+
*
6768
* @see processing.app.Mode#getDefaultExtension()
6869
*/
6970
@Override
7071
public String getDefaultExtension() {
71-
return "rlangpde";
72+
// TODO: Finish this function.
73+
return "todo";
7274
}
7375

7476
@Override
7577
public String getModuleExtension() {
76-
return "r";
78+
return "R";
7779
}
7880

7981
/**

0 commit comments

Comments
 (0)