jwrapper: accept interfaces
[nit.git] / misc / README
index f7cdcff..6f19e2c 100644 (file)
@@ -1,6 +1,16 @@
 # gtksourceview (gedit and other GTK editors)
 To install in your home, just link (or copy) the language definition file in ~/.local/share/gtksourceview-2.0/language-specs
 
+# syntaxhighlighter
+
+Nit brush for the Alex Gorbatchev's JS syntaxhighlighter.
+
+To install the JS syntaxhighlighter, please refer to http://alexgorbatchev.com/SyntaxHighlighter/
+
+Then can add the brush to your html page:
+
+       <script type="text/javascript" src="shBrushNit.js"></script>
+
 # vim
 
 vim is a powerful text editor.
@@ -25,6 +35,6 @@ Ensure that your .vimrc contains
 
  * syntax highlighting
  * indentation
+ * syntax checker (require [Syntastic][2]).
 
-# syntastic
-Syntastic is a syntax checker for Vim. To use the Nit checker, install syntastic and copy syntastic/nit.vim in your syntastic/syntax_checkers folder.
+  [2]: https://github.com/scrooloose/syntastic