Warning, /frameworks/ktexteditor/autotests/input/indent/cmake/paren1/origin is written in an unsupported language. File is not indexed.
0001 function(some) 0002 if(smth) 0003 if(some_other) 0004 set(foo) 0005 endif 0006 endif 0007 endfunction 0008 // The last line is failed for some reason ;-(