From 389c4522d8fc7eb69a93fbb52321d743c0e91ce9 Mon Sep 17 00:00:00 2001 From: Sina Semnani <60150701+s-jse@users.noreply.github.com> Date: Thu, 23 May 2024 21:04:50 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d561967..be9b9a6 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,9 @@ Then you will have `llm_input_outputs.jsonl`: The `chainlite_config.yaml` file allows you to customize the behavior of ChainLite. Modify the file to set your preferences for the LangChain and LiteLLM integrations. +## Syntax Highlighting +If you are using VSCode, you can install [this extension](https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml) and switch `.prompt` files to use the "Jinja Markdown" syntax highlighting. + ## Contributing We welcome contributions! Please follow these steps to contribute: @@ -116,4 +119,4 @@ For any questions or inquiries, please open an issue on the [GitHub Issues](http --- -Thank you for using ChainLite! \ No newline at end of file +Thank you for using ChainLite!