Skip to content

Commit f835b61

Browse files
committed
Merge branch 'topic/compl_rep_cl' into 'master'
Add completion in record representation clauses See merge request eng/ide/ada_language_server!2136
2 parents 7e6592e + 574e5b3 commit f835b61

File tree

7 files changed

+951
-2
lines changed

7 files changed

+951
-2
lines changed

source/ada/lsp-ada_completions-names.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ package body LSP.Ada_Completions.Names is
6565
Error_Dotted_Recovery : constant Boolean :=
6666
Libadalang.Analysis.Is_Keyword
6767
(Token => Token,
68-
Version => Libadalang.Common.Ada_2012)
68+
Version => Libadalang.Common.Ada_2022)
6969
and then
7070
(Previous_Token /= Libadalang.Common.No_Token and then
7171
Libadalang.Common.Kind (Libadalang.Common.Data (Previous_Token))

0 commit comments

Comments
 (0)