We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1082962 commit 01ad453Copy full SHA for 01ad453
1 file changed
lua/dap-view/util/hl.lua
@@ -38,6 +38,7 @@ M.types_to_hl_group = {
38
undefined = "Constant",
39
["nil"] = "Constant",
40
["function"] = "Function",
41
+ asyncfunction = "Function",
42
}
43
44
return M
0 commit comments