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
|
enum class AutocompleteContext
|
||||||
{
|
{
|
||||||
// No context available - e.g. inside of comment
|
|
||||||
Unknown,
|
Unknown,
|
||||||
Expression,
|
Expression,
|
||||||
Statement,
|
Statement,
|
||||||
// Autocompleting an index - `foo.bar` / `foo:bar`
|
|
||||||
Property,
|
Property,
|
||||||
// Autocompleting a type name
|
|
||||||
Type,
|
Type,
|
||||||
// Autocompleting a keyword
|
|
||||||
Keyword,
|
Keyword,
|
||||||
// Autocompleting a string
|
|
||||||
String,
|
String,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue