branch: elpa/flycheck
commit 2d637123608f70fa81939bfde4a352d87abc0c5c
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Update checker and language counts on index page
We now have 64 supported languages and 119 checkers.
---
doc/index.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/index.rst b/doc/index.rst
index 647101157d..a02b3a72a9 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -13,8 +13,8 @@ warnings and errors directly in the buffer, or in an optional
:ref:`error list
.. image:: images/flycheck-annotated.png
-Out of the box Flycheck supports over :ref:`40 different programming languages
-<flycheck-languages>` with more than 80 different syntax checking tools, and
+Out of the box Flycheck supports over :ref:`60 different programming languages
+<flycheck-languages>` with more than 100 different syntax checking tools, and
comes with a :ref:`simple interface <flycheck-developers-guide>` to define new
syntax checkers.