Skip to content

Latest commit

 

History

History
90 lines (48 loc) · 2.25 KB

File metadata and controls

90 lines (48 loc) · 2.25 KB

Release Notes

v1.6.1 (2026-04-01)

  • 🧑 Updated LSP to the latest version v0.5.1

v1.6.0 (2026-04-01)

  • ✨ Added support for Textwire v4.

v1.5.2 (2026-03-20)

  • ✨ Updated syntax highlighting files.

v1.5.1 (2026-03-01)

  • ✨ Updated lsp to the latest version.

v1.5.0 (2026-02-28)

  • ✨ Update queries that add highlight to @slotif directive. Also, added higlight to @breakif and @continueif lowercased.

v1.4.0 (2026-02-22)

  • ✨ Change comment for Textwire to be {{-- %s --}} if you trigger comment when your cursor is on Textwire code.

v1.3.0 (2026-02-15)

  • ✨ Added Textwire file icon when users use nvim-web-devicons or mini.icons plugin.
  • ✨ Added syntax highlighting for global functions call like {{ defined(var) }}

v1.2.0 (2026-02-14)

  • 🧑 Updated LSP to the latest version v0.4.1

v1.1.1 (2026-01-24)

  • 🧑 Added autoupdate treesitter everytime when you update this plugin.

v1.1.0 (2025-11-08)

  • ✨ Updated LSP to the latest version v0.4.0.

v1.0.0 (2025-08-11)

  • BREAKING CHANGE: Removed load_highlights function. Use build instead.
  • Added more information to README.md file.

v0.5.0 (2025-06-15)

  • Updated LSP to the latest version v0.3.0.

v0.4.0 (2025-05-31)

  • Updated LSP to the latest version v0.2.0.

v0.3.1 (2025-05-13)

  • Fixed incorrect bash script for updating LSP binaries.

v0.3.0 (2025-05-13)

  • Updated LSP to the latest version v0.1.1.

v0.2.0 (2025-05-10)

  • Changed installing LSP binaries logic.

v0.1.1 (2025-05-02)

  • Changed tabs to spaces for consistency.
  • Removed TextwireInstallLsp command since we no longer need it.

v0.1.0 (2025-05-01)

  • Now plugin contains LSP binaries and highlights. Before, you needed curl to download them.

v0.0.6 (2025-04-24)

  • Added more information to :h textwire command.
  • Added h textwire.changelog command with the release notes.

v0.0.5 (2025-04-24)

  • Added deprecated warning for require("textwire").load_highlights() usage.

v0.0.4 (2025-04-24)

  • Changed the way you setup the plugin.
  • Added LSP support with autocomplete and hover feature.