Skip to content

Releases: tree-sitter-grammars/tree-sitter-hyprlang

v3.0.0

10 Feb 15:05
Compare
Choose a tag to compare

Changes

  • The neovim plugin has been removed as it is now included in nvim-treesitter.
  • The Nix files have also been removed.
  • The queries capture names have been changed to Helix capture names.

Bug fixes

Full Changelog: v2.0.1...v3.0.0

v2.0.1

08 Jan 09:06
Compare
Choose a tag to compare

Bug fixes

Full Changelog: v2.0.0...v2.0.1

v2.0.0

04 Jan 06:31
Compare
Choose a tag to compare

ANNOUNCEMENT

The repository has been renamed to tree-sitter-hyprlang because hyprland configuration files are now known as hyprlang.

Changes

  • added parser init for treesitter to nvim plugin by @aserowy in #9

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

26 Nov 06:00
da3c1d7
Compare
Choose a tag to compare

What's Changed

  • Recognize more than the default config file by @matt1432 in #7
  • Add flake.nix and nix instructions to easily use this with home-manager by @matt1432 in #6

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2

01 Oct 13:15
Compare
Choose a tag to compare

Features

  • Set commentstring in the plugin #4 (0e19dd1).

Bug fixes

  • Only apply hypr filetype to .conf files #3 (2c10c62).
  • Booleans conflicting with strings #5 (90b3ddf).

Full Changelog: v1.0.1...v1.0.2

v1.0.1

29 Aug 06:18
Compare
Choose a tag to compare

Changes

  • Separated keyword from variable and renamed some nodes. (0b49c5d)
  • Use filetype pattern instead of autocmd. (cbbeec0)

Bug fixes

  • Error nodes caused by the linebreaks. (0050af1)

v1.0.0

19 Aug 10:10
Compare
Choose a tag to compare
  • Supports all basic hypr configuration syntax and data types.
  • Provides syntax highlighting, folds and indents.