aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/clarinet.lua
blob: 2c25f6a48fcacc524c023aad4fe7836bdddca119 (plain) (blame)
1
2
3
4
5
6
7
8
9
---@brief
--- https://github.com/hirosystems/clarinet
---
--- Clarinet is the fastest way to build, test, and deploy smart contracts on the Stacks blockchain.
return {
  cmd = { 'clarinet', 'lsp' },
  filetypes = { 'clar', 'clarity' },
  root_markers = { 'Clarinet.toml' },
}