Skip to content

Commit

Permalink
Added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Feb 8, 2024
1 parent 614da35 commit 5241758
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions constants.adept
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

define CompletionItemKind\Text = 1
define CompletionItemKind\Method = 2
define CompletionItemKind\Function = 3
define CompletionItemKind\Constructor = 4
define CompletionItemKind\Field = 5
define CompletionItemKind\Variable = 6
define CompletionItemKind\Class = 7
define CompletionItemKind\Interface = 8
define CompletionItemKind\Module = 9
define CompletionItemKind\Property = 10
define CompletionItemKind\Unit = 11
define CompletionItemKind\Value = 12
define CompletionItemKind\Enum = 13
define CompletionItemKind\Keyword = 14
define CompletionItemKind\Snippet = 15
define CompletionItemKind\Color = 16
define CompletionItemKind\File = 17
define CompletionItemKind\Reference = 18
define CompletionItemKind\Folder = 19
define CompletionItemKind\EnumMember = 20
define CompletionItemKind\Constant = 21
define CompletionItemKind\Struct = 22
define CompletionItemKind\Event = 23
define CompletionItemKind\Operator = 24
define CompletionItemKind\TypeParameter = 25

0 comments on commit 5241758

Please sign in to comment.