Remove meaningless file

This commit is contained in:
ice1000 2018-03-20 20:12:58 +08:00
parent c236c4b2f1
commit 9d6fc8ff70
2 changed files with 1 additions and 7 deletions

View File

@ -126,7 +126,7 @@
* QuickDoc
* [Intentions](tutorials/code_intentions.md)
* Analysing
* [Annotator](tutorials/annotator.md)
* Annotator
* [Inspections](tutorials/code_inspections.md)
* Profiles
* Scopes

View File

@ -1,6 +0,0 @@
---
title: Annotator
---
Syntax highlight on a complete AST is based on [`Annotator`](upsource:///platform/analysis-api/src/com/intellij/lang/annotation/Annotator.java),
described [here](custom_language_support/annotator.md).