From 0ad60873d8052cfd77a34fb70e412f813ae762ff Mon Sep 17 00:00:00 2001 From: zah Date: Thu, 13 Feb 2014 09:28:11 -0800 Subject: [PATCH] Updated GSoC 2014 Ideas (markdown) --- GSoC-2014-Ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GSoC-2014-Ideas.md b/GSoC-2014-Ideas.md index bc6ac81..4c40c70 100644 --- a/GSoC-2014-Ideas.md +++ b/GSoC-2014-Ideas.md @@ -98,7 +98,7 @@ Nimrod's Compiler as a Service feature allows IDEs to query the compiler for thi * Provide commands to execute macros. Allow IDEs to quickly get the code macros generate with different inputs. * Provide a mechanism to track a dirty file without saving it to disk. * Provide better diagnostic messages for invalid commands. - * Implement queries enabling IDEs to provide rich semantic highlighting, instead of simple syntax highlighting (e.g. variables, constants, types, procs and macros could all be styled differently). + * Implement queries enabling IDEs to provide rich semantic highlighting instead of the simple syntax highlighting currently available (e.g. variables, constants, types, procs and macros could all be styled differently). * Add support for quick evaluation of snippets of code in the context of the current project. * Add commands to retrieve information about project layout and compilation settings.