mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Remove comments
This commit is contained in:
parent
eb187981ad
commit
93d1da14cb
1 changed files with 0 additions and 5 deletions
|
@ -21,17 +21,12 @@ using ModulePtr = std::shared_ptr<Module>;
|
|||
|
||||
enum class AutocompleteContext
|
||||
{
|
||||
// No context available - e.g. inside of comment
|
||||
Unknown,
|
||||
Expression,
|
||||
Statement,
|
||||
// Autocompleting an index - `foo.bar` / `foo:bar`
|
||||
Property,
|
||||
// Autocompleting a type name
|
||||
Type,
|
||||
// Autocompleting a keyword
|
||||
Keyword,
|
||||
// Autocompleting a string
|
||||
String,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue