Skip to content

Commit

Permalink
Autocompletion: declare_index_properties expects a list.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Feb 24, 2020
1 parent 0a12c25 commit e5e817c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Autocomplete_Builtins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ bool AutoComplete::LoadBuiltinSymbols()
m_wordList[command].Add("get_index_properties"); // FUNCTION
m_wordList[tmplte ].Add("get_index_properties(<var>)"); // OPTION
m_wordList[command].Add("declare_index_properties"); // FUNCTION
m_wordList[tmplte ].Add("declare_index_properties(<var>, <prop1>, <...>)"); // OPTION
m_wordList[tmplte ].Add("declare_index_properties(<var>, [<prop1>, <...>])"); // OPTION
m_wordList[command].Add("presuperscript"); // OPTION
m_wordList[command].Add("postsuperscript"); // OPTION
m_wordList[command].Add("presubscript"); // OPTION
Expand Down

0 comments on commit e5e817c

Please sign in to comment.