Skip to content

Commit ec9d7cf

Browse files
author
Luc Bourlier
committedJul 26, 2012
Removed bad formatting
1 parent 278eb7c commit ec9d7cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎blog/_posts/2012-07-26-plugin-templates.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ So developers will need to create Scala IDE plugin version of their tools. To bo
1515

1616
To use them, after having install giter8, invoke it and provide the requested information:
1717

18-
```
1918
$ g8 scala-ide/scala-ide-plugin.g8
2019
name [Scala IDE Sample plugin]: My Plugin
2120
provider [org.example]: my.domain
@@ -25,7 +24,7 @@ To use them, after having install giter8, invoke it and provide the requested in
2524

2625
Applied scala-ide/scala-ide-plugin.g8 in my-plugin
2726

28-
```
27+
$
2928

3029
The generated README contains some details about the projects. The result should build successfully. Developers can then concentrate on integrating their tools with Scala IDE.
3130

0 commit comments

Comments
 (0)
Please sign in to comment.