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:
authorCampbell Barton <ideasman42@gmail.com>2013-01-16 07:43:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-16 07:43:09 +0400
commit6fd5645d56b9e2d34a683fa21139d975c8be02aa (patch)
tree8824fa077e8fdcf764880b780036fb58412f0be1 /source/blender/editors/space_text/CMakeLists.txt
parentc42054762530d2ca347078a8d70cd9eac379439d (diff)
patch [#33888] Syntax Highlighting Changes
from Benjamin Tolputt (btolputt), (with minor changes) adds support for LUA syntax highlighting.
Diffstat (limited to 'source/blender/editors/space_text/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_text/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_text/CMakeLists.txt b/source/blender/editors/space_text/CMakeLists.txt
index a33a9abada1..1a6b8eaa753 100644
--- a/source/blender/editors/space_text/CMakeLists.txt
+++ b/source/blender/editors/space_text/CMakeLists.txt
@@ -39,6 +39,7 @@ set(SRC
text_autocomplete.c
text_draw.c
text_format.c
+ text_format_lua.c
text_format_osl.c
text_format_py.c
text_header.c