@elextr commented on this pull request.
/* FIXME: this is sub-stylable, but we can't figure out the base
+ * style without the Scintilla instance -- and we can't simply + * assume that if the style ID is larger than the max possible + * one it's this, because SCE_C_IDENTIFIER is also sub-stylable... */
Yeah, it should only be called on a document, so there should be a SCI available.