From 98b778397feb6bfeca9fd88a808546469c9f173b Mon Sep 17 00:00:00 2001 From: aaronvg Date: Tue, 14 Jan 2025 09:32:41 -0800 Subject: [PATCH] Update cursor.mdx (#1331) > [!IMPORTANT] > Adds documentation in `cursor.mdx` for Cursor rules to write BAML with a link to a `.cursorrules` file. > > - **Documentation**: > - Adds a section in `cursor.mdx` about Cursor rules for writing BAML. > - Provides a link to a `.cursorrules` file to aid in writing BAML prompts. > > This description was created by [Ellipsis](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral) for c1f43e9fbb4cb7e303251c2bb645fbd1a14e6352. It will automatically update as commits are pushed. --- fern/01-guide/01-editors/cursor.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fern/01-guide/01-editors/cursor.mdx b/fern/01-guide/01-editors/cursor.mdx index ae02fbe45..7bc62c84c 100644 --- a/fern/01-guide/01-editors/cursor.mdx +++ b/fern/01-guide/01-editors/cursor.mdx @@ -5,4 +5,7 @@ Refer to the [Cursor Extension Installation Guide](https://www.cursor.com/how-to You may need to update BAML extension manually using the process above. Auto-update does not seem to be working well for many extensions in Cursor. - \ No newline at end of file + + +### Cursor Rules to write BAML +We created a [.cursorrules file for BAML](https://gist.github.com/aaronvg/b4f590f59b13dcfd79721239128ec208), to aid Cursor in writing BAML prompts. Feel free to edit this however you like!