2019-10-11 18:39:05 +00:00
|
|
|
[hintsv1]
|
|
|
|
|
|
|
|
description = "Adding hints based upon error states in the syntax highlighter"
|
|
|
|
enabled = false
|
2019-10-14 23:11:00 +00:00
|
|
|
|
|
|
|
[coloring_in_tokens]
|
|
|
|
|
|
|
|
description = "Move coloring into the TokensIterator so they can be atomic with the rest of the iterator"
|
|
|
|
reason = """
|
|
|
|
This is laying the groundwork for merging coloring and parsing. It also makes token_nodes.atomic() naturally
|
|
|
|
work with coloring, which is pretty useful on its own.
|
|
|
|
"""
|
2019-11-03 21:36:47 +00:00
|
|
|
enabled = false
|
|
|
|
|
|
|
|
[data_processing_primitives]
|
|
|
|
|
|
|
|
description = "Groundwork so tables can be data processed"
|
|
|
|
reason = """
|
|
|
|
These will allow take tables and be able to transform, process, and explore.
|
|
|
|
"""
|
2019-11-12 07:07:43 +00:00
|
|
|
enabled = false
|