Skip to content

Commit cc9d2f8

Browse files
committed
fix README refererences
1 parent 5eac121 commit cc9d2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ combination of the following:
2222
- _eslint_ (ts) highlight warnings and errors based on project linting settings
2323

2424
In order to provide this union of functionality, IDEs like VSCode must manage
25-
four separate language server processes and then handle the dispatch and
25+
three separate language server processes and then handle the dispatch and
2626
synchronization of all edits and user inputs to each one. What this means in
2727
practice is that in the example above, if you hover over a symbol, that hover
28-
should be sent to each of the typescript, tailwind, htmx, and eslint servers.
28+
should be sent to each of the typescript, tailwind, and eslint servers.
2929
Then any hints, overlays that any of them have should be collated and displayed
3030
at that point. This is a complex process, and furthermore it is required that it
3131
be duplicated inside every single IDE that wants to use more than one language

0 commit comments

Comments
 (0)