diff options
author | Craig Anderson <[email protected]> | 2021-09-03 21:11:14 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-04 00:41:14 +0430 |
commit | f82ffdca1fbd7733b42e07b3d68daac4f041985e (patch) | |
tree | dc42b714402331459743dfe05841883dc9c957fe /ftplugin | |
parent | 8a168ed8773d8e46b9912a57fdd7ef10303872f1 (diff) |
Add support for bicep (#1451)
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/bicep.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/bicep.lua b/ftplugin/bicep.lua new file mode 100644 index 00000000..8ed9ca23 --- /dev/null +++ b/ftplugin/bicep.lua @@ -0,0 +1 @@ +require("lsp").setup "bicep" |