aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax
Commit message (Collapse)AuthorAge
...
* fix: add missing optional keyword to protobuf syntaxYusuf Bera Ertan2021-08-20
|
* feat: add indenting for protobufYusuf Bera Ertan2021-08-19
|
* feat: add protobuf tree-sitter parser with highlighting queriesYusuf Bera Ertan2021-08-19
|
* Added "/utf-8" to Windows compilation options. (#603)Leoi Hung Kin2021-08-17
|
* Compile the grammar libraries with full RELRO on Linux (#599)Orhun Parmaksız2021-08-17
| | | | | * Compile the grammar libraries with full RELRO * Set RELRO compiler options for only Linux
* Add ledger tree-sitter (#572)Ivan Tham2021-08-16
| | | | Might need to update later since the current one highlight does not work very well yet.
* Release v0.4.1Blaž Hrastnik2021-08-14
|
* Release v0.4.0Blaž Hrastnik2021-08-12
|
* Simplify replace dashes with underscoreIvan Tham2021-07-23
|
* Build ts/tsx again, refactor collect_tree_sitter_dirsBlaž Hrastnik2021-07-14
|
* Build each grammar in it's own src dirBlaž Hrastnik2021-07-14
| | | | | Windows places temporary files in the current dir, so compiling in parallel caused conflicts.
* Try to rearrange the file order?Blaž Hrastnik2021-07-14
|
* windows: Try building inside OUT_DIR?Blaž Hrastnik2021-07-14
|
* Dynamically load grammar libraries at runtimeBlaž Hrastnik2021-07-14
|
* Release 0.3.0Blaž Hrastnik2021-06-27
|
* Run cargo-dietBenoît CORTIER2021-06-19
| | | | | | cargo-diet is a helper for computing the optimal `include` directives for Cargo.toml manifests. https://github.com/the-lean-crate/cargo-diet
* Add latexIvan Tham2021-06-16
|
* Release v0.2.0Blaž Hrastnik2021-06-13
|
* Add Nix syntaxTimothy DeHerrera2021-06-10
|
* Correct tree-sitter-haskell submodulenotoria2021-06-10
|
* Implement Debug for data structure as a featurenotoria2021-06-10
|
* Disable haskell grammar until build issues are resolvedBlaž Hrastnik2021-06-07
|
* Release 0.0.10Blaž Hrastnik2021-06-07
|
* Install instructions and version number corrections (#148)Ethan Bodzioney2021-06-07
| | | | | | | | | | | | | | | | | | | * Add MacOS install instructions * Change version name argument When using the -V command to get the version you are given 'helix-term x.x.x', I changed this to just helix as it makes more sense. * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number
* changed flag in build_cpp '/std:c++14' to '/std:c++17' due to ↵Jan Hrastnik2021-06-06
| | | | tree_sitter_haskell not compiling on msvc without it
* syntax: Use a different C++ flag for MSVCBlaž Hrastnik2021-06-05
|
* Address clippy lintBlaž Hrastnik2021-06-05
|
* syntax: Build C++ grammars as c++14Blaž Hrastnik2021-06-05
| | | | | | The haskell grammar requires at last c++14 to build. Fixes #117
* syntax: Disable explicit debug/opt_level passingBlaž Hrastnik2021-06-05
| | | | | | cc-rs will already do the right thing and figure out the flags. Fixes #34
* Restored haskell syntaxCorey Powell2021-06-04
| | | | It seems to work
* Added missing tree-sitter-elixir submoduleCorey Powell2021-06-02
|
* Added elixir syntaxCorey Powell2021-06-02
| | | | Using custom fork for now to get around generating the source files
* Run fmtBlaž Hrastnik2021-06-02
|
* Add .DS_Store to ignored directoriesnathom2021-06-02
|
* Add the LICENSE file.Blaž Hrastnik2021-05-10
|
* syntax: Don't deadlock the build if one of the jobs fails.Blaž Hrastnik2021-05-05
|
* Import tree sitter queries.Blaž Hrastnik2021-04-08
|
* Loop around the end on regex searches.Blaž Hrastnik2021-04-08
|
* Add c++, js, css, html language definitions.Blaž Hrastnik2021-04-07
|
* Add the machinery to load syntax config from TOML.Blaž Hrastnik2021-03-25
| | | | It's embedded into the binary at build time for now, but it's progress.
* clippy lintBlaž Hrastnik2021-03-24
|
* Update tree-sitter grammars.Blaž Hrastnik2021-03-02
|
* clippy lintsBlaž Hrastnik2021-03-01
|
* minor, fix clippy lintBlaž Hrastnik2021-02-25
|
* syntax: Drop the rayon dependency for threadpool.Blaž Hrastnik2021-02-24
| | | | We just need a small concurrent threadpool for compilation.
* syntax: Stop compiling haskell, seems unmaintained and slowest to compileBlaž Hrastnik2021-01-19
|
* helix-syntax: Speed up compilation by compiling langs in parallel.Blaž Hrastnik2021-01-19
|
* wip: Move to new rendering structure.Blaž Hrastnik2020-12-13
|
* added tab to insert modeJan Hrastnik2020-10-04
|
* Update grammar repos.Blaž Hrastnik2020-10-01
|