Skip to content

Commit 56f6959

Browse files
committed
Reorder content
1 parent ade5f78 commit 56f6959

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

topics/basics/types_of_plugins.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,6 @@ The most common types of plugins include:
1616
>
1717
{type="tip"}
1818

19-
## Custom Language Support
20-
21-
Custom language support provides basic functionality for working with a particular programming language, that includes:
22-
23-
* File type recognition
24-
* Lexical analysis
25-
* Syntax highlighting
26-
* Formatting
27-
* Code completion
28-
* Code inspections and quick-fixes
29-
* Context Actions
30-
* Navigation
31-
32-
Plugins can also augment existing (bundled) custom languages, e.g., by providing additional inspections, quick-fixes, or any other features.
33-
3419
## Library Support
3520

3621
Library support provides improved code insights, which usually cannot be expressed through the compiler and its type-system, that includes:
@@ -46,3 +31,18 @@ Tool integration makes it possible to manipulate third-party tools and component
4631
* Implementation of additional actions
4732
* Related UI components
4833
* Access to external resources
34+
35+
## Custom Language Support
36+
37+
Custom language support provides basic functionality for working with a particular programming language, that includes:
38+
39+
* File type recognition
40+
* Lexical analysis
41+
* Syntax highlighting
42+
* Formatting
43+
* Code completion
44+
* Code inspections and quick-fixes
45+
* Context Actions
46+
* Navigation
47+
48+
Plugins can also augment existing (bundled) custom languages, e.g., by providing additional inspections, quick-fixes, or any other features.

0 commit comments

Comments
 (0)