diff --git a/README.md b/README.md index 1cdd09b..6f71ee9 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Syntax validation and error reporting for malformed JRef structure. ![JRef Diagnostics Demo](images/diagnostics.gif) +### Semantic Syntax Highlighting + +The Language Server understands the JRef schema. It surgically identifies `$ref` keys and their destination paths to provide a clear visual distinction. + ## Requirements 1. Node diff --git a/images/definition.gif b/images/definition.gif index 333d527..b20f037 100644 Binary files a/images/definition.gif and b/images/definition.gif differ diff --git a/images/diagnostics.gif b/images/diagnostics.gif index 75cfa61..85271b5 100644 Binary files a/images/diagnostics.gif and b/images/diagnostics.gif differ