- 🧑 Updated LSP to the latest version v0.5.1
- ✨ Added support for Textwire v4.
- ✨ Updated syntax highlighting files.
- ✨ Updated lsp to the latest version.
- ✨ Update queries that add highlight to
@slotifdirective. Also, added higlight to@breakifand@continueiflowercased.
- ✨ Change comment for Textwire to be
{{-- %s --}}if you trigger comment when your cursor is on Textwire code.
- ✨ Added Textwire file icon when users use
nvim-web-deviconsormini.iconsplugin. - ✨ Added syntax highlighting for global functions call like
{{ defined(var) }}
- 🧑 Updated LSP to the latest version v0.4.1
- 🧑 Added autoupdate treesitter everytime when you update this plugin.
- ✨ Updated LSP to the latest version v0.4.0.
- BREAKING CHANGE: Removed
load_highlightsfunction. Usebuildinstead. - Added more information to
README.mdfile.
- Updated LSP to the latest version v0.3.0.
- Updated LSP to the latest version v0.2.0.
- Fixed incorrect bash script for updating LSP binaries.
- Updated LSP to the latest version v0.1.1.
- Changed installing LSP binaries logic.
- Changed tabs to spaces for consistency.
- Removed
TextwireInstallLspcommand since we no longer need it.
- Now plugin contains LSP binaries and highlights. Before, you needed curl to download them.
- Added more information to
:h textwirecommand. - Added
h textwire.changelogcommand with the release notes.
- Added deprecated warning for
require("textwire").load_highlights()usage.
- Changed the way you setup the plugin.
- Added LSP support with autocomplete and hover feature.