Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2017-05-22 22:53:32 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-05-22 23:08:02 +0300
commit9b2923380092c7e3c771d354f8938c5ca20bfd9d (patch)
tree2c375a9adcdbfeff9ce8e3488149e1dd221d020e /source/blender/editors/space_text/CMakeLists.txt
parent8cc4c3da8cbe8da197928fa821e140f4b2615c4c (diff)
Add PovRay syntax hilghting.
Since we already have a rather advanced PovRay exporter, makes sense to also nicely display generated 'code'. Patch by Maurice Raybaud (@mauriceraybaud), thanks! Cleanup (mostly styling) by @mont29.
Diffstat (limited to 'source/blender/editors/space_text/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_text/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_text/CMakeLists.txt b/source/blender/editors/space_text/CMakeLists.txt
index de85ddc40ab..39b48f5b52c 100644
--- a/source/blender/editors/space_text/CMakeLists.txt
+++ b/source/blender/editors/space_text/CMakeLists.txt
@@ -43,6 +43,8 @@ set(SRC
text_format.c
text_format_lua.c
text_format_osl.c
+ text_format_pov.c
+ text_format_pov_ini.c
text_format_py.c
text_header.c
text_ops.c