mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
The static `std::map` instance (named just `map`, on line 79) had its initializer template params in the wrong order, which kept it from compiling. Swapping them as per this PR lets `indent` build and run with no issues.