[site] Headers for custom lang support accordingly TOC

This commit is contained in:
Anna Bulenkova 2015-04-30 10:12:26 +02:00
parent f21b528825
commit 8ba2ee34d4
18 changed files with 18 additions and 18 deletions

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Annotator
title: 7. Annotator
---
Annotator helps highlight and annotate any code based on specific rules.

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Code Style Setting
title: 16. Code Style Setting
---
### 1. Define code style settings

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Commenter
title: 17. Commenter
---
A commenter allows user to comment the code at the cursor or selected code automatically via *⌘/*.

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Completion Contributor
title: 9. Completion Contributor
---

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Find Usages Provider
title: 11. Find Usages Provider
---
A find usage provider uses a word scanner to build an index of words present in every file.

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Folding Builder
title: 12. Folding Builder
---
A folding builder helps you to fold the code regions and replace it with specific text.

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Formatter
title: 15. Formatter
---
*A formatter allows to reformat the code automatically based on code style settings.*

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Go To Symbol Contributor
title: 13. Go To Symbol Contributor
---
*A go to symbol contributor helps user to navigate to any PSI element by it's name.*

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Grammar and Parser
title: 3. Grammar and Parser
---
### 1. Define a token type

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Language and File Type
title: 2. Language and File Type
---

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Lexer and Parser Definition
title: 4. Lexer and Parser Definition
---
The lexer defines how the contents of a file is broken into tokens.

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Line Marker Provider
title: 8. Line Marker Provider
---
Line markers help to annotate any code with icons on the gutter.

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Prerequisites
title: 1. Prerequisites
---

View File

@ -1,6 +1,6 @@
---
layout: editable
title: PSI Helpers and Utilities
title: 6. PSI Helpers and Utilities
---

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Quick Fix
title: 18. Quick Fix
---

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Reference Contributor
title: 10. Reference Contributor
---

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Structure View Factory
title: 14. Structure View Factory
---

View File

@ -1,6 +1,6 @@
---
layout: editable
title: Syntax Highlighter and Color Settings Page
title: 5. Syntax Highlighter and Color Settings Page
---