Skip to content

textwire/textwire.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textwire Neovim Plugin

Neovim plugin for Textwire syntax highlighting support.

Note

Hopefully support for this parser will be upstreamed by editors soon. At the moment, it must be integrated manually. In the future we'll not need this block when this plugin will be a part Mason. We need at least 100 starts on Textwire repository to contribute to Mason

Installation

return {
    "textwire/textwire.nvim",
    dependencies = {
        "nvim-treesitter/nvim-treesitter",
    },
    build = function()
        require("textwire").build()
    end,
}

Enable Syntax Highlighting

After installing the plugin, you can open any Textwire file and write the command :TSInstall textwire to install query files.

Contributing

When you are contributing to this plugin, please make sure that you are running the cmd/download bash script that will download LSP binaries and treesitter highlights into bin and queries directories. You can run it with the following command:

./cmd/download

Don't forget to make this file executable if needed.

About

Neovim plugin for Textwire syntax highlighting support and autocompletions with LSP

Topics

Resources

License

Stars

Watchers

Forks