diff --git a/snippets/fortran90.json b/snippets/fortran90.json index bfb8ec1e..47bd4c17 100644 --- a/snippets/fortran90.json +++ b/snippets/fortran90.json @@ -23,10 +23,9 @@ "Do Loop": { "prefix": "do", "body": [ - "do ${1:index} = ${2:start},${3:end}", - " !TODO_statement", + "do ${1:index} = ${2:start}, ${3:end}", " ${4}", - "enddo" + "end do" ], "description": "Create a do loop" }, @@ -77,4 +76,4 @@ } -} \ No newline at end of file +}