X-Git-Url: http://nitlanguage.org diff --git a/misc/README.md b/misc/README.md index 8d09d74..be3e41e 100644 --- a/misc/README.md +++ b/misc/README.md @@ -134,3 +134,7 @@ You may want to map the command to a shortcut by adding the following code to `~ " Map the NitExecute function to Ctrl-F map :NitExecute ~~~ + +# Test case for syntax highlighting +To check the accuracy of language definition files, the module +`../tests/test_syntax.nit` can be used as a demo.