Closed smjonas closed 2 years ago
Don't capture trailing spaces in the snippet header - this caused the parser to fail.
Additionally, use table.insert instead of inserting by position in the parser.
Merged, could we try to test thoroughly for the other languages: rust, ruby, java, php, etc
Don't capture trailing spaces in the snippet header - this caused the parser to fail.
Additionally, use table.insert instead of inserting by position in the parser.