|
From: Scott F. <sc...@st...> - 2009-06-07 05:52:37
|
Does anyone have a vim syntax file for Config Object? Second, I want to know if there's a way to have defaults for sections where the name is only partially known. For instance: [widget_MyTimer] type="timer" interval=500 expression=doAction() And it may also have a precision option but this widget doesn't need it since the expression's not mathematical. This precision is supposed to be 1000 if missing, not that it matters in this case, meaning precision limited by Python's natural floating point precision. Can that be done on Config Object's side? |