Skip to content

Commit

Permalink
Merge pull request #509 from FourteenBrush/add_caller_expression
Browse files Browse the repository at this point in the history
Add #caller_expression tabcompletion support
  • Loading branch information
DanielGavin authored Sep 22, 2024
2 parents c68b7f5 + 4615c41 commit af894a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/completion.odin
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ DIRECTIVE_NAME_LIST :: []string {
"caller_location",
/* call directives */
"location",
"caller_expression",
"exists",
"load",
"load_directory",
Expand Down

0 comments on commit af894a0

Please sign in to comment.