You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we've imported the grammar into helix, now that #27 was addressed! A bug report was just opened (helix-editor/helix#117) regarding building the grammar on Windows, it seems that there's some errors with scanner.cc:
languages\tree-sitter-haskell\src\scanner.cc(1555): error C3861: 'to_string': identifier not found
languages\tree-sitter-haskell\src\scanner.cc(1556): error C3861: 'to_string': identifier not found
languages\tree-sitter-haskell\src\scanner.cc(1557): error C3536: 'col': cannot be used before it is initialized
languages\tree-sitter-haskell\src\scanner.cc(1557): error C2676: binary '+': 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' does not define this operator or a conversion to a type acceptable to the predefined operator
languages\tree-sitter-haskell\src\scanner.cc(1557): error C2672: 'operator __surrogate_func': no matching overloaded function found
exit code: 2
The text was updated successfully, but these errors were encountered:
Hi, we've imported the grammar into helix, now that #27 was addressed! A bug report was just opened (helix-editor/helix#117) regarding building the grammar on Windows, it seems that there's some errors with
scanner.cc
:The text was updated successfully, but these errors were encountered: