Skip to content

Commit 6d3037a

Browse files
author
rafamadriz
committed
added fortran snippets
1 parent d35a54d commit 6d3037a

File tree

3 files changed

+525
-0
lines changed

3 files changed

+525
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ You can commit all kinds of useful snippets that you may have for personal use,
2525
- Ruby
2626
- Swift
2727
- Java
28+
- Fortran
2829

2930
### Usage
3031

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"language": "eruby",
1414
"path": "./snippets/erb.json"
1515
},
16+
{
17+
"language": "fortran-modern",
18+
"path": "./snippets/fortran.json"
19+
},
1620
{
1721
"language": "go",
1822
"path": "./snippets/go.json"

0 commit comments

Comments
 (0)