From ef23e13ac57cf6a8bcb04ccce10d2e5b34feec06 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 27 Sep 2013 21:12:05 -0400 Subject: Integrated compile and run commands for most languages. Compile and run should work out of the box for most languages. Also added a warning marker, renamed `compile_command` and `run_command` tables to `compile_commands` and `run_commands`, respectively, and renamed `error_details` to `error_patterns`, changing its structure to just hold patterns. --- themes/term.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/term.lua') diff --git a/themes/term.lua b/themes/term.lua index fd35e862..bee6b44f 100644 --- a/themes/term.lua +++ b/themes/term.lua @@ -76,6 +76,7 @@ property['style.whitespace'] = '' -- Markers. local MARK_BOOKMARK = textadept.bookmarks.MARK_BOOKMARK buffer.marker_back[MARK_BOOKMARK] = property_int['color.blue'] +buffer.marker_back[textadept.run.MARK_WARNING] = property_int['color.yellow'] buffer.marker_back[textadept.run.MARK_ERROR] = property_int['color.red'] -- Indicators. -- cgit v1.2.3