Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gimly committed May 13, 2016
1 parent dd3d996 commit c2366de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Supports:
* On the bottom-right corner, click on the *select language mode* button, if you have created a new file it should display *Plain Text*
* Select *Fortran* in the list of languages.

Alternatively, saving the file with a `.f90` extension, will allow VS Code to understand that it is a MATLAB file, and automatically select the language correctly.
Alternatively, saving the file with a `.f90` extension, will allow VS Code to understand that it is a FORTRAN file, and automatically select the language correctly.

### Using snippets
* Bring-up the *autocomplete* menu by hitting the `Ctrl+Shift` key combination
* Select the snippet that you want to use in the list
* Use `tab` to navigate trough the snippet's variables

### Remark
Code snippets and syntax highlighting were imported from the [TextMate bundle](https://github.com/textmate/fortran.tmbundle).
Code snippets and syntax highlighting were imported from the [TextMate bundle](https://github.com/textmate/fortran.tmbundle).

0 comments on commit c2366de

Please sign in to comment.