Add md extension to system prompt files, to get coloring in editor.

This commit is contained in:
Bartosz Taudul
2025-06-24 00:53:44 +02:00
parent 55dc632b10
commit fcfbd9810a
3 changed files with 2 additions and 2 deletions

View File

@@ -142,8 +142,8 @@ set(PROFILER_FILES
src/winmainArchDiscovery.cpp
)
Embed(PROFILER_FILES SystemPrompt src/llm/system.prompt)
Embed(PROFILER_FILES SystemReminder src/llm/system.reminder)
Embed(PROFILER_FILES SystemPrompt src/llm/system.prompt.md)
Embed(PROFILER_FILES SystemReminder src/llm/system.reminder.md)
Embed(PROFILER_FILES FontFixed src/font/FiraCode-Retina.ttf)
Embed(PROFILER_FILES FontIcons src/font/Font\ Awesome\ 6\ Free-Solid-900.otf)
Embed(PROFILER_FILES FontNormal src/font/Roboto-Regular.ttf)