Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 | |
|\ | ||||
| * | cargo fmt + clippy lint | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | Remove some TODOs | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | cleanup | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | Make Layer::parse take &mut tree_sitter::Parser | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | Use filter_map rather than flat_map | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | Set byte range on cursor again | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | Only call scopes.load() once | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | Resolve some outdated comments | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | fix: Skip modifying the root layer range, it always covers 0..max | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | Update range markers so we can determine which layers can be reused | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | Try to reuse an existing layer based on layer.ranges | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | Ignore layers without highlight captures, avoid cloning ranges | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | Reuse the source slice between layers | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | Store theme scopes on the loader, this way theme isn't passed around | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | syntax: Split parsing and highlighting | Blaž Hrastnik | 2022-01-23 | |
| | | ||||
| * | Use the correct language ID for JavaScript & TypeScript (#1466) | Kevin Sjöberg | 2022-01-15 | |
| | | | | | | | | | | | | | | * Use correct language ID for JavaScript/TypeScript * Add missing slash * Only calculate fallback when needed | |||
| * | Add llvm-mir highlighting (#1398) | Sebastian Neubauer | 2022-01-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add injection regex for more languages To support embedding them in other languages like markdown. * Add llvm-mir highlighting LLVM Machine IR is dumped as yaml files that can embed LLVM IR and Machine IR. To support this, add a llvm-mir-yaml language that uses the yaml parser, but uses different injections to highlight IR and MIR. * Update submodule with fixed multiline comments Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | |||
| * | feat(lsp): configurable diagnostic severity (#1325) | Matouš Dzivjak | 2021-12-25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(lsp): configurable diagnostic severity Allow severity of diagnostic messages to be configured. E.g. allow turning of Hint level diagnostics. Fixes: https://github.com/helix-editor/helix/issues/1007 * Use language_config() method * Add documentation for diagnostic_severity * Use unreachable for unknown severity level * fix: documentation for diagnostic_severity config | |||
| * | Use same name used in config files for langs in docs | Gokul Soumya | 2021-12-08 | |
| | | ||||
| * | Auto generate docs for language support | Gokul Soumya | 2021-12-08 | |
| | | ||||
| * | Support env flags in shebang (#1224) | ath3 | 2021-12-03 | |
| | | ||||
* | | dap: Start working on runInTerminal support | Blaž Hrastnik | 2021-12-03 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-21 | |
|\| | ||||
| * | Use default `languages.toml` if user's is invalid (#994) | Omnikar | 2021-11-09 | |
| | | ||||
| * | Make shebangs optional, they don't make sense outside of scripts | Blaž Hrastnik | 2021-11-09 | |
| | | ||||
| * | Refactor shebang detection to reuse the loaded buffer | Blaž Hrastnik | 2021-11-08 | |
| | | ||||
| * | Detect filetype from shebang line (#1001) | ath3 | 2021-11-08 | |
| | | ||||
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-11-06 | |
|\| | ||||
| * | Remove three transmutes from helix-core syntax.rs (#923) | Gygaxis Vainhardt | 2021-10-28 | |
| | | ||||
| * | log syntax highlighting init errors (#895) | Kirawi | 2021-10-23 | |
| | | ||||
| * | Add treesitter textobjects (#728) | Gokul Soumya | 2021-10-23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add treesitter textobject queries Only for Go, Python and Rust for now. * Add tree-sitter textobjects Only has functions and class objects as of now. * Fix tests * Add docs for tree-sitter textobjects * Add guide for creating new textobject queries * Add parameter textobject Only parameter.inside is implemented now, parameter.around will probably require custom predicates akin to nvim' `make-range` since we want to select a trailing comma too (a comma will be an anonymous node and matching against them doesn't work similar to named nodes) * Simplify TextObject cell init | |||
| * | clean up combined-injections comment (#880) | Michael Davis | 2021-10-19 | |
| | | ||||
* | | dap: support arrays as arguments | Dmitry Sharshakov | 2021-10-24 | |
| | | ||||
* | | Invert core -> dap dependency | Blaž Hrastnik | 2021-10-17 | |
| | | ||||
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-10-17 | |
|\| | ||||
| * | Allow `language.config` (in languages.toml) to be passed in as a toml object ↵ | Midnight Exigent | 2021-10-08 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | (#807) * allow language.config (in languages.toml) to be passed in as a toml object * Change config field for languages from json string to toml object * remove indents on languages.toml config * fix: remove patch version from serde_json import in helix-core * Use same tree-sitter-zig as upstream/master | |||
* | | editor: add Node.js debugger | Dmitry Sharshakov | 2021-09-26 | |
| | | ||||
* | | Merge branch 'master' into debug | Dmitry Sharshakov | 2021-09-25 | |
|\| | ||||
| * | ... | Blaž Hrastnik | 2021-09-16 | |
| | | ||||
| * | syntax: Properly handle injection-regex for language injections | Blaž Hrastnik | 2021-09-16 | |
| | | ||||
| * | fix: Need to reset set_byte_range in case cursor_ref is reused. | Blaž Hrastnik | 2021-09-13 | |
| | | ||||
| * | syntax: Add go & rust locals, improve tree-sitter error message | Blaž Hrastnik | 2021-09-06 | |
| | | ||||
| * | Update tree-sitter to 0.20 | Blaž Hrastnik | 2021-09-06 | |
| | | | | | | | | | | 0.20 includes querying improvements, we no longer have to convert fragments to strings but can return an iterator of chunks instead. | |||
* | | lldb: use stdio transport by default | Dmitry Sharshakov | 2021-09-06 | |
| | | ||||
* | | Defaults in completions, better schema | Dmitry Sharshakov | 2021-08-29 | |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' into debug | Dmitry Sharshakov | 2021-08-28 | |
|\| | ||||
| * | Reduce State use a bit further | Blaž Hrastnik | 2021-08-26 | |
| | | | | | | | | This is a legacy type that should be fully removed. | |||
* | | Create new debugger config format | Dmitry Sharshakov | 2021-08-24 | |
| | | ||||
* | | config: minor fixes | Dmitry Sharshakov | 2021-08-23 | |
| | |