[site] custom lang support - table of content fixed

This commit is contained in:
Anna Bulenkova 2015-03-17 10:49:18 +01:00
parent 5d5dd403c4
commit f97e7361e2

View File

@ -21,22 +21,22 @@ This a step-by-step tutorial and it requires performing every step:
* [Prerequisites](cls_prerequisites.html) * [Prerequisites](cls_prerequisites.html)
* [Language and File Type](language_and_filetype.html) * [Language and File Type](language_and_filetype.html)
* [Grammar and Parser](TODO) * [Grammar and Parser](grammar_and_parser.html)
* [Lexer and Parser Definition](TODO) * [Lexer and Parser Definition](lexer_and_parser_definition.html)
* [Syntax Highlighter and Color Settings Page](TODO) * [Syntax Highlighter and Color Settings Page](syntax_highlighter_and_color_settings_page.html)
* [PSI Helpers and Utilities](TODO) * [PSI Helpers and Utilities](psi_helper_and_utilities.html)
* [Annotator](TODO) * [Annotator](annotator.html)
* [Line Marker Provider](TODO) * [Line Marker Provider](line_marker_provider.html)
* [Completion Contributor](TODO) * [Completion Contributor](completion_contributor.html)
* [Reference Contributor](TODO) * [Reference Contributor](reference_contributor.html)
* [Find Usages Provider](TODO) * [Find Usages Provider](find_usages_provider.html)
* [Folding Builder](TODO) * [Folding Builder](folding_builder.html)
* [Go To Symbol Contributor](TODO) * [Go To Symbol Contributor](go_to_symbol_contributor.html)
* [Structure View Factory](TODO) * [Structure View Factory](structure_view_factory.html)
* [Formatter](TODO) * [Formatter](formatter.html)
* [Code Style Settings](TODO) * [Code Style Settings](code_style_settings.html)
* [Commenter](TODO) * [Commenter](commenter.html)
* [Quick Fix](TODO) * [Quick Fix](quick_fix.html)
The final code can be found on The final code can be found on
[GitHub](http://github.com/cheptsov/SimplePlugin). [GitHub](http://github.com/cheptsov/SimplePlugin).