diff --git a/_sources/fortls_changes.md.txt b/_sources/fortls_changes.md.txt index 75031b1a..1ba49c4b 100644 --- a/_sources/fortls_changes.md.txt +++ b/_sources/fortls_changes.md.txt @@ -147,6 +147,8 @@ ## Fixed +- Fixed end of scope errors raised by trailing semicolon in native parser + ([#265](https://github.com/fortran-lang/fortls/issues/265)) - Fixed bug where parent scope for includes in AST could be `None` ([#329](https://github.com/fortran-lang/fortls/issues/329)) - Fixed preprocessor bug with `if` and `elif` conditionals diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 7a3d25d5..07e130e4 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.1.dev1+ge25c46b', + VERSION: '0.1.dev1+ge82ce61', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/contact.html b/contact.html index e7cb104b..544cde2c 100644 --- a/contact.html +++ b/contact.html @@ -354,7 +354,7 @@

Contact Us + diff --git a/contributing.html b/contributing.html index 2373eccf..a22cbbdb 100644 --- a/contributing.html +++ b/contributing.html @@ -436,7 +436,7 @@

Merging¶ - + diff --git a/editor_integration.html b/editor_integration.html index a24a79a2..d8856633 100644 --- a/editor_integration.html +++ b/editor_integration.html @@ -534,7 +534,7 @@

Kakoune - + diff --git a/features.html b/features.html index 1bb381cd..686135b1 100644 --- a/features.html +++ b/features.html @@ -520,7 +520,7 @@

All LSP Requests + diff --git a/fortls.html b/fortls.html index 60bf7b64..64c86750 100644 --- a/fortls.html +++ b/fortls.html @@ -2583,7 +2583,7 @@

Submodules + diff --git a/fortls.parsers.html b/fortls.parsers.html index f9cd226a..f99bdee0 100644 --- a/fortls.parsers.html +++ b/fortls.parsers.html @@ -783,7 +783,7 @@

Subpackages + diff --git a/fortls.parsers.internal.html b/fortls.parsers.internal.html index 2ab7b099..9388a723 100644 --- a/fortls.parsers.internal.html +++ b/fortls.parsers.internal.html @@ -2783,7 +2783,7 @@

Submodules + diff --git a/fortls_changes.html b/fortls_changes.html index 2a92bf8c..6456505f 100644 --- a/fortls_changes.html +++ b/fortls_changes.html @@ -447,6 +447,8 @@

Removed

Fixed