diff options
author | ath3 | 2021-10-28 12:23:13 +0000 |
---|---|---|
committer | GitHub | 2021-10-28 12:23:13 +0000 |
commit | 58b8100751059d34602800d8ebd5a511775b4731 (patch) | |
tree | 500fc066a3dc4c31f67c4978d6d7430863bc2f05 | |
parent | c02534d2619de0e4d13c4b3bc9b9f32b42ae410b (diff) |
Mention CMake support in changelog (#926)
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 14545552..52ca2d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ New grammars: - Svelte ([#733](https://github.com/helix-editor/helix/pull/733)) - Vue ([#787](https://github.com/helix-editor/helix/pull/787)) - Tree-sitter queries ([#845](https://github.com/helix-editor/helix/pull/845)) +- CMake ([#888](https://github.com/helix-editor/helix/pull/888)) - Elixir (we switched over to the official grammar) (6c0786e) - Language server definitions for Nix and Elixir ([#725](https://github.com/helix-editor/helix/pull/725)) - Python now uses `pylsp` instead of `pyls` |