Skip to content

Commit 789b672

Browse files
committed
Prepare 6.0 release
- Fix typos in the README - extended changelog
1 parent 960d06f commit 789b672

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.org

+3-3
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
- ~completion-at-point~ - display completion using built-in emacs ~completion-at-point~ framework.
136136
- ~lsp-find-definition~ - to find the definition for the symbol under point.
137137
- ~lsp-find-references~ - Find references for the symbol under point.
138-
- ~lsp-lenses-show~ - Show lenses in the current file
139-
- ~lsp-lenses-hide~ - Hide lenses in the current file
140-
- ~lsp-lenses-mode~ (experimental) - Turn on/off lenses in the current file.
138+
- ~lsp-lens-show~ - Show lenses in the current file
139+
- ~lsp-lens-hide~ - Hide lenses in the current file
140+
- ~lsp-lens-mode~ (experimental) - Turn on/off lenses in the current file.
141141
** Settings
142142
- ~lsp-print-io~ - If non-nil, print all messages to and from the language server to ~*Messages*~.
143143
- ~lsp-inhibit-message~ - If non-nil, inhibit the message echo via ~inhibit-message~.

changelog.org

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
- changed ~lsp-mode~ settings to more sensible defaults.
1313
- Removed all synchronous calls from the server startup.
1414
- Improved multi-folder support.
15+
- added backends for: Bash, C++, CSS, Dart, Elixir, Fortran, Go, Groovy, HTML, Javascript/Typescript, Javascript/Typescript, Ocaml, PHP, Python, Ruby, Rust, Vue, Flow

lsp-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Vibhav Pant, Fangrui Song, Ivan Yonchovski
66
;; Keywords: languages
77
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (dash-functional "2.14.1") (f "0.20.0") (ht "2.0") (spinner "1.7.3"))
8-
;; Version: 5.0
8+
;; Version: 6.0
99

1010
;; This program is free software; you can redistribute it and/or modify
1111
;; it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)