helix/helix-loader/src
RoloEdits 8ad6e53b1f
build(grammar): remove `-fPIC` flag from windows build (#13169)
Even though there is a check for `is_like_msvc`, when setting `CXX` to
`clang++` this will miss that check and try to use `-fPIC`, which is an
invlaid flag for the target.
2025-03-23 09:32:56 -05:00
..
config.rs implement proper lsp-workspace support 2023-03-29 12:57:30 +09:00
grammar.rs build(grammar): remove `-fPIC` flag from windows build (#13169) 2025-03-23 09:32:56 -05:00
lib.rs minor: Accept `impl AsRef<Path>` in loader's runtime_file helper 2025-03-20 22:05:23 -04:00
main.rs Use a minimal binary to fetch grammar sources in release CI (#2557) 2022-06-05 19:53:20 +09:00