aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-01-04 09:58:26 +0000
committerBlaž Hrastnik2022-01-04 09:58:26 +0000
commit1bcae78f0665e6b52fea446487fc90b93d71e881 (patch)
tree4d0dbafd7d840cf70c1c78a3b2abdabaa90d4f3b
parentefaac6c5d381b2fdf24f0b91956ac6949f6a07e6 (diff)
minor: Fix some changelog links
-rw-r--r--CHANGELOG.md46
1 files changed, 23 insertions, 23 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b4b161e..5c09a734 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -89,34 +89,34 @@ LSP:
Grammars:
-- Adds mint language server (#974)
-- Perl (#978) (#1280)
-- GLSL (#993)
-- Racket (#1143)
-- WGSL (#1166)
-- LLVM (#1167) (#1388) (#1409) (#1398)
+- Adds mint language server ([#974](https://github.com/helix-editor/helix/pull/974))
+- Perl ([#978](https://github.com/helix-editor/helix/pull/978)) ([#1280](https://github.com/helix-editor/helix/pull/1280))
+- GLSL ([#993](https://github.com/helix-editor/helix/pull/993))
+- Racket ([#1143](https://github.com/helix-editor/helix/pull/1143))
+- WGSL ([#1166](https://github.com/helix-editor/helix/pull/1166))
+- LLVM ([#1167](https://github.com/helix-editor/helix/pull/1167)) ([#1388](https://github.com/helix-editor/helix/pull/1388)) ([#1409](https://github.com/helix-editor/helix/pull/1409)) ([#1398](https://github.com/helix-editor/helix/pull/1398))
- Markdown (49e06787)
-- Scala (#1278)
-- Dart (#1250)
-- Fish (#1308)
-- Dockerfile (#1303)
-- Git (commit, rebase, diff) (#1338) (#1402) (#1373)
-- tree-sitter-comment (#1300)
-- Highlight comments in c, cpp, cmake and llvm (#1309)
-- Improve yaml syntax highlighting highlighting (#1294)
-- Improve rust syntax highlighting (#1295)
-- Add textobjects and indents to cmake (#1307)
-- Add textobjects and indents to c and cpp (#1293)
+- Scala ([#1278](https://github.com/helix-editor/helix/pull/1278))
+- Dart ([#1250](https://github.com/helix-editor/helix/pull/1250))
+- Fish ([#1308](https://github.com/helix-editor/helix/pull/1308))
+- Dockerfile ([#1303](https://github.com/helix-editor/helix/pull/1303))
+- Git (commit, rebase, diff) ([#1338](https://github.com/helix-editor/helix/pull/1338)) ([#1402](https://github.com/helix-editor/helix/pull/1402)) ([#1373](https://github.com/helix-editor/helix/pull/1373))
+- tree-sitter-comment ([#1300](https://github.com/helix-editor/helix/pull/1300))
+- Highlight comments in c, cpp, cmake and llvm ([#1309](https://github.com/helix-editor/helix/pull/1309))
+- Improve yaml syntax highlighting highlighting ([#1294](https://github.com/helix-editor/helix/pull/1294))
+- Improve rust syntax highlighting ([#1295](https://github.com/helix-editor/helix/pull/1295))
+- Add textobjects and indents to cmake ([#1307](https://github.com/helix-editor/helix/pull/1307))
+- Add textobjects and indents to c and cpp ([#1293](https://github.com/helix-editor/helix/pull/1293))
New themes:
-- Solarized dark (#999)
-- Solarized light (#1010)
-- Spacebones light (#1131)
-- Monokai Pro (#1206)
-- Base16 Light and Terminal (#1078)
+- Solarized dark ([#999](https://github.com/helix-editor/helix/pull/999))
+- Solarized light ([#1010](https://github.com/helix-editor/helix/pull/1010))
+- Spacebones light ([#1131](https://github.com/helix-editor/helix/pull/1131))
+- Monokai Pro ([#1206](https://github.com/helix-editor/helix/pull/1206))
+- Base16 Light and Terminal ([#1078](https://github.com/helix-editor/helix/pull/1078))
- and a default 16 color theme, truecolor detection
-- Dracula (#1258)
+- Dracula ([#1258](https://github.com/helix-editor/helix/pull/1258))
# 0.6.0 (2021-10-28)