mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 09:18:07 -05: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.