Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-21 | Missed some renames. | Ori Bernstein | |
2016-09-06 | Add in support for dumping a summary of leaks. | Ori Bernstein | |
Thanks to Andrew Chambers for writing the initial draft of this code. | |||
2016-08-28 | Use the libs from the current build. | Ori Bernstein | |
Fixes the dependency for myrddin on an installed myrddin. | |||
2016-08-28 | Add bld.sub for support/ directory. | Ori Bernstein | |
2016-08-28 | Add support for leak tracing. | Ori Bernstein | |
2016-02-07 | Be a bit more specific in the patterns for chars. | Ori Bernstein | |
Don't allow {} to show up, since this will confuse things with two \u{...} in the same line. | |||
2016-02-06 | Recognize '//' comments. | Ori Bernstein | |
They're supported now. | |||
2015-12-11 | Fix code to disallow use before definition. | Ori Bernstein | |
At least in some cases. | |||
2015-12-04 | Update error format to recognize new mbld output. | Ori Bernstein | |
Several improvements to detecting locations. | |||
2015-10-01 | Update indenting for mbld files. | Ori Bernstein | |
2015-09-30 | Recognize current string interpolation syntax. | Ori Bernstein | |
We don't want to highlight '%s' specially -- we now use {}. This change highlights "{foo}" within a string, but skips escaped versions. | |||
2015-09-30 | Add support for indenting labels in vim script. | Ori Bernstein | |
2015-07-14 | Clamp indentation delta. | Ori Bernstein | |
We don't want to indent/outdent by more than one level at a time. | |||
2015-07-14 | Remove debug prints in the indent script | Ori Bernstein | |
2015-07-14 | Improve indentation script. | Ori Bernstein | |
Simpler code, more consistency in the indentation. We no longer outdent after something like: foo([ ]) | |||
2015-06-28 | Implement '__init__' functions. | Ori Bernstein | |
2015-06-20 | Fix up indent scripts. | Ori Bernstein | |
2015-06-17 | Fix up indent script. | Ori Bernstein | |
2015-05-04 | Add support for escaped line endings in vim indent script. | Ori Bernstein | |
2015-05-03 | Remove debug echos from vim script. | Ori Bernstein | |
2015-05-03 | Fix deindenting when ']' is on its own. | Ori Bernstein | |
2015-05-02 | Handle [] indents better. | Ori Bernstein | |
2015-04-19 | Ignore indent/outdents inside strings. | Ori Bernstein | |
2015-04-17 | Clean up InComment a bit. | Ori Bernstein | |
This removes a needless if. | |||
2015-04-17 | Update vim scripts. Don't indent comments. | Ori Bernstein | |
We used to autoindent like this: stuff /* for each thing we .. */ erronously indented Now we do this: stuff /* for each thing */ correctly indented | |||
2015-04-17 | Add vim support files. | Ori Bernstein | |