diff options
Diffstat (limited to '.vscode/lua-plugin/example.lua')
-rw-r--r-- | .vscode/lua-plugin/example.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.vscode/lua-plugin/example.lua b/.vscode/lua-plugin/example.lua deleted file mode 100644 index 0432b162..00000000 --- a/.vscode/lua-plugin/example.lua +++ /dev/null @@ -1,6 +0,0 @@ -function OnRequirePath(literal, raw) - if type(literal) == 'string' then - return literal - end - return raw:match '[^%.]+$' -end |