|
1 | 1 | <p align="center">
|
2 |
| - <img src="assets/modern-fortran-logo.svg" width=800/> |
| 2 | + <img src="assets/svg/modern-fortran-logo.svg" width=800/> |
3 | 3 | </p>
|
4 | 4 |
|
5 | 5 | <div align="center">
|
|
26 | 26 | </div>
|
27 | 27 |
|
28 | 28 | <p align="center">
|
29 |
| - <img src="assets/intro-demo.gif"/> |
| 29 | + <img src="assets/gif/intro-demo.gif"/> |
30 | 30 | </p>
|
31 | 31 |
|
32 | 32 | ## Key Features
|
|
44 | 44 | ## Get Started & Seek Support
|
45 | 45 |
|
46 | 46 | <p float="left">
|
47 |
| - <a href="https://fortran-lang.org/learn/"><img src="./assets/readme.tutorial.svg"/></a> |
48 |
| - <a href="https://github.com/fortran-lang/vscode-fortran-support/discussions"><img src="./assets/readme.github.svg"/></a> |
49 |
| - <a href="https://fortran-lang.discourse.group/"><img src="./assets/readme.discourse.svg"/></a> |
| 47 | + <a href="https://fortran-lang.org/learn/"><img src="./assets/svg/readme.tutorial.svg"/></a> |
| 48 | + <a href="https://github.com/fortran-lang/vscode-fortran-support/discussions"><img src="./assets/svg/readme.github.svg"/></a> |
| 49 | + <a href="https://fortran-lang.discourse.group/"><img src="./assets/svg/readme.discourse.svg"/></a> |
50 | 50 | </p>
|
51 | 51 |
|
52 | 52 | ### Useful Tools
|
53 | 53 |
|
54 | 54 | <p float="center">
|
55 |
| - <a href="https://gnikit.github.io/fortls"><img src="./assets/readme.fortls.svg"/></a> |
56 |
| - <a href="https://fpm.fortran-lang.org"><img src="./assets/readme.fpm.svg"/></a> |
57 |
| - <a href="https://github.com/fortran-lang/stdlib"><img src="./assets/readme.stdlib.svg"/></a> |
| 55 | + <a href="https://gnikit.github.io/fortls"><img src="./assets/svg/readme.fortls.svg"/></a> |
| 56 | + <a href="https://fpm.fortran-lang.org"><img src="./assets/svg/readme.fpm.svg"/></a> |
| 57 | + <a href="https://github.com/fortran-lang/stdlib"><img src="./assets/svg/readme.stdlib.svg"/></a> |
58 | 58 | </p>
|
59 | 59 |
|
60 | 60 | ## Language Server integration
|
@@ -83,11 +83,11 @@ without the user having to compile.
|
83 | 83 |
|
84 | 84 | Using an invalid if expression
|
85 | 85 |
|
86 |
| - |
| 86 | + |
87 | 87 |
|
88 | 88 | Using incorrect type and rank as function argument
|
89 | 89 |
|
90 |
| - |
| 90 | + |
91 | 91 |
|
92 | 92 | | 📝️ Note | Save your file to generate linting results |
|
93 | 93 | | -------- | ------------------------------------------ |
|
@@ -150,7 +150,7 @@ you can point the extension to another linter with the `fortran.linter.compilerP
|
150 | 150 |
|
151 | 151 | ## Debugging
|
152 | 152 |
|
153 |
| - |
| 153 | + |
154 | 154 |
|
155 | 155 | The extension uses the debugger from Microsoft's
|
156 | 156 | [C/C++ extension](https://github.com/Microsoft/vscode-cpptools)
|
@@ -213,9 +213,9 @@ installed with `pip` automatically through the extension.
|
213 | 213 | <details>
|
214 | 214 | <summary><b>Demo: formatters in action</b></summary>
|
215 | 215 |
|
216 |
| -| findent | fprettify | |
217 |
| -| :-------------------------------: | :---------------------------------: | |
218 |
| -|  |  | |
| 216 | +| findent | fprettify | |
| 217 | +| :-----------------------------------: | :-------------------------------------: | |
| 218 | +|  |  | |
219 | 219 |
|
220 | 220 | </details>
|
221 | 221 |
|
@@ -302,8 +302,8 @@ For debugging you need to have one of the following debuggers installed:
|
302 | 302 |
|
303 | 303 | You can support further development of the extension by fiscal donations:
|
304 | 304 |
|
305 |
| -<a href="https://numfocus.org/donate-to-lfortran"><img src="./assets/readme.lfortran.svg" width=90></a> to our [**LFortan**](https://numfocus.org/donate-to-lfortran) project on NumFOCUS |
| 305 | +<a href="https://numfocus.org/donate-to-lfortran"><img src="./assets/svg/readme.lfortran.svg" width=90></a> to our [**LFortan**](https://numfocus.org/donate-to-lfortran) project on NumFOCUS |
306 | 306 |
|
307 | 307 | Or
|
308 | 308 |
|
309 |
| -<a href="https://github.com/fortran-lang/vscode-fortran-support"><img src="./assets/readme.github.sponsor.svg" width=120></a> directly sponsoring developers through [**GitHub Sponsors**](https://github.com/fortran-lang/vscode-fortran-support) |
| 309 | +<a href="https://github.com/fortran-lang/vscode-fortran-support"><img src="./assets/svg/readme.github.sponsor.svg" width=120></a> directly sponsoring developers through [**GitHub Sponsors**](https://github.com/fortran-lang/vscode-fortran-support) |
0 commit comments