diff options
Diffstat (limited to 'lua/mason-registry/index/glint/init.lua')
| -rw-r--r-- | lua/mason-registry/index/glint/init.lua | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lua/mason-registry/index/glint/init.lua b/lua/mason-registry/index/glint/init.lua deleted file mode 100644 index baf9035c..00000000 --- a/lua/mason-registry/index/glint/init.lua +++ /dev/null @@ -1,22 +0,0 @@ -local Pkg = require "mason-core.package" -local _ = require "mason-core.functional" -local npm = require "mason-core.managers.npm" - -return Pkg.new { - name = "glint", - desc = _.dedent [[ - Glint is a set of tools to aid in developing code that uses the Glimmer VM for rendering, such as - Ember.js v3.24+ and GlimmerX projects. Similar to Vetur for Vue projects or Svelte Language Tools, Glint - consists of a CLI and a language server to provide feedback and enforce correctness both locally during editing - and project-wide in CI. - ]], - homepage = "https://typed-ember.gitbook.io/glint/", - categories = { Pkg.Cat.LSP, Pkg.Cat.Linter }, - languages = { - Pkg.Lang.Handlebars, - Pkg.Lang.Glimmer, - Pkg.Lang.TypeScript, - Pkg.Lang.JavaScript, - }, - install = npm.packages { "@glint/core", "typescript", bin = { "glint", "glint-language-server" } }, -} |
