Skip to content

Commit f952d4e

Browse files
committed
docs: moved section towards the end
1 parent de67ae5 commit f952d4e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,6 @@ and [Emacs](https://fortls.fortran-lang.org/editor_integration.html#emacs).
6565

6666
- Signature help and hover does not handle elegantly overloaded functions i.e. interfaces
6767

68-
## `fortls` vs `fortran-language-server`
69-
70-
This project was originally based on `fortran-language-server` LSP implementation, but the two projects have since diverged.
71-
72-
`fortls` (this project) is now developed independently of the upstream `hansec/fortran-language-server` project and contains numerous new features and bug fixes
73-
the original `fortran-language-server` does not.
74-
75-
For a complete and detailed list of the differences between the two Language Servers
76-
see the Documentation section: [Unique fortls features (not in fortran-language-server)](https://fortls.fortran-lang.org/fortls_changes.html)
77-
78-
The name of executable for this project has been chosen to remain `fortls`
79-
to allow for integration with pre-existing plugins and workflows, but it could
80-
change in the future.
81-
8268
## Future plans
8369

8470
`fortls` has reached a point where it is feature complete and stable enough to be used in many modern Fortran projects without any issues.
@@ -176,6 +162,20 @@ An example for a Configuration file is given below
176162
| `textDocument/didChange` | Document synchronisation upon changes to the document |
177163
| `textDocument/codeAction` | **Experimental** Generate code |
178164

165+
## `fortls` vs `fortran-language-server`
166+
167+
This project was originally based on `fortran-language-server` LSP implementation, but the two projects have since diverged.
168+
169+
`fortls` (this project) is now developed independently of the upstream `hansec/fortran-language-server` project and contains numerous new features and bug fixes
170+
the original `fortran-language-server` does not.
171+
172+
For a complete and detailed list of the differences between the two Language Servers
173+
see the Documentation section: [Unique fortls features (not in fortran-language-server)](https://fortls.fortran-lang.org/fortls_changes.html)
174+
175+
The name of executable for this project has been chosen to remain `fortls`
176+
to allow for integration with pre-existing plugins and workflows, but it could
177+
change in the future.
178+
179179
## Acknowledgements
180180

181181
This project would not have been possible without the original work of [@hansec](https://github.com/hansec/)

0 commit comments

Comments
 (0)