Whether to highlight syntax in the buffer.
Whether the buffer has an implicit trailing newline. See gtk_source_buffer_set_implicit_trailing_newline().
Number of undo levels for the buffer. -1 means no limit. This property will only affect the default undo manager.
Style scheme. It contains styles for syntax highlighting, optionally foreground, background, cursor color, current line color, and matching brackets style.
The #GtkSourceBuffer:style-scheme ID, as a string. This property is useful for binding it to a #GSettings key.
When the #GtkSourceBuffer:style-scheme is %NULL, #TeplBuffer:tepl-style-scheme-id contains the empty string.
The text content of the buffer. Without child widgets and images, see gtk_text_buffer_get_text() for more information.
Whether to highlight matching brackets in the buffer.