Commit Graph

6016 Commits

Author SHA1 Message Date
Nikita Revenco
a88ffcd413 test: refactored selections and expectations util to return only 1 range 2024-11-14 14:41:57 +00:00
Nikita Revenco
d24677da62 refactor: move overlap check into find_nth_tag fn 2024-11-14 14:33:15 +00:00
Nikita Revenco
7f9e7611b6 fix: panic which occured if ranges overlapped 2024-11-13 22:49:52 +00:00
Nikita Revenco
3633c8cd0f fix: panic which occured if cursors overlapped 2024-11-13 22:47:39 +00:00
Nikita Revenco
2a61b113de feat: add delete surrounding tag functionality 2024-11-13 21:28:00 +00:00
Nikita Revenco
6e4d022e98 feat: complete implementation for replace surrounding tag 2024-11-13 21:23:03 +00:00
Nikita Revenco
6f6ceda1ba fix: add + 1 to head for every range 2024-11-13 20:40:46 +00:00
Nikita Revenco
b2f1bb8de9 fix: handle pair not found error gracefully 2024-11-13 19:59:43 +00:00
Nikita Revenco
74b8ca9c72 feat: add basic core functionality to replace Tag with another 2024-11-13 19:29:37 +00:00
Nikita Revenco
dfd1252f5f chore: remove "pub" keyword from functions which do not need export 2024-11-13 19:14:29 +00:00
Nikita Revenco
f16aa7b18d test: add several more tests 2024-11-13 19:13:25 +00:00
Nikita Revenco
89fe2ffa3e test: use new util function to test ranges of html tags and their names 2024-11-13 18:49:35 +00:00
Nikita Revenco
b78a777e2b feat: correct handling of nested tags 2024-11-13 04:30:24 +00:00
Nikita Revenco
a6ab0fe1e4 feat: complete feature for find_nth_nearest_tag 2024-11-13 04:01:18 +00:00
Nikita Revenco
db3202b1cd fix: infinite loop 2024-11-12 21:04:25 +00:00
Nikita Revenco
12aa006803 feat: complete implementation for getting surrounding tag 2024-11-12 20:40:41 +00:00
Nikita Revenco
f52b500fb4 feat: remove unused comments 2024-11-12 18:12:38 +00:00
Nikita Revenco
b77e09d1bf chore: remove empty file 2024-11-12 18:12:31 +00:00
Nikita Revenco
6d671e4a92 feat: remove unused comments 2024-11-12 18:11:59 +00:00
Nikita Revenco
5a61331822 chore: remove unused comment 2024-11-12 18:11:13 +00:00
Nikita Revenco
49084538bc chore: remove unused function 2024-11-12 18:10:32 +00:00
Nikita Revenco
757ad239e9 refactor: remove loop labels and return early instead 2024-11-12 18:09:47 +00:00
Nikita Revenco
cfc49f7657 docs: add doc comments to new functions 2024-11-12 18:00:48 +00:00
Nikita Revenco
93fc1af230 feat: create skeleton for the replacement implementation 2024-11-12 17:51:27 +00:00
Nikita Revenco
5f4c4623c2 feat: prev_tag finder passes tests 2024-11-12 17:37:25 +00:00
Nikita Revenco
c45f230f2d test: add some extra tests 2024-11-12 16:45:16 +00:00
Nikita Revenco
12d9fcee0e feat: add function to get next tag's position and test for it 2024-11-12 16:20:38 +00:00
Nikita Revenco
abe32105f3 feat: add basic hard-coded implementation for replace tag 2024-11-12 14:25:56 +00:00
Nikita Revenco
3cb8519ffd docs: add comments describing algorithm 2024-11-11 17:18:16 +00:00
Nikita Revenco
f8cace7957 docs: add comments describing algorithm for replacing character 2024-11-11 17:17:57 +00:00
Nikita Revenco
59df1fedf5 fix: remove misleading textobject "x" mention 2024-11-11 15:10:01 +00:00
Nikita Revenco
c620860bd6 feat: complete implementation for adding surrounding tag 2024-11-11 15:08:26 +00:00
Nikita Revenco
089c2028fa refactor: remove unnecessary abstraction (create_surround_prompt) 2024-11-11 13:51:39 +00:00
Nikita Revenco
b126d9aeef refactor: make surround_add use surround_add_impl in all of its brancehs 2024-11-11 13:41:16 +00:00
Nikita Revenco
d739761636 docs: add documentation 2024-11-11 13:30:48 +00:00
Nikita Revenco
c586e410d4 refactor: add_surrounding_impl extract main logic into an fn 2024-11-11 13:30:12 +00:00
Nikita Revenco
3882bf9e9d feat: create branch for surround implementation for x 2024-11-11 12:48:47 +00:00
Yuki Kobayashi
b53dafe326
Treat .prettierrc as YAML (#11997) 2024-11-05 16:09:49 +09:00
Poliorcetics
c0920e779d
just: update tree-sitter-grammar to support 1.36.0 (#11606)
Release notes:

- https://github.com/casey/just/releases/tag/1.35.0
- https://github.com/casey/just/releases/tag/1.36.0

Notably, this adds `[private]` attributes on modules, which the current version of the grammar cannot parse,
as well as unicode codepoint escape sequences.
2024-11-05 16:09:20 +09:00
Elliot Fontaine
38faf74feb
feat: Add support for cylc configuration files (#11830)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2024-10-30 13:39:24 -05:00
dependabot[bot]
101a74bf6e
build(deps): bump the rust-dependencies group with 6 updates (#11924)
Bumps the rust-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.90` |
| [libc](https://github.com/rust-lang/libc) | `0.2.159` | `0.2.161` |
| [fern](https://github.com/daboross/fern) | `0.6.2` | `0.7.0` |
| [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.12.1` | `0.12.2` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.30` | `1.1.31` |


Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/1.0.128...1.0.132)

Updates `anyhow` from 1.0.89 to 1.0.90
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.90)

Updates `libc` from 0.2.159 to 0.2.161
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.159...0.2.161)

Updates `fern` from 0.6.2 to 0.7.0
- [Release notes](https://github.com/daboross/fern/releases)
- [Changelog](https://github.com/daboross/fern/blob/main/CHANGELOG.md)
- [Commits](https://github.com/daboross/fern/compare/fern-0.6.2...fern-0.7.0)

Updates `pulldown-cmark` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.12.1...v0.12.2)

Updates `cc` from 1.1.30 to 1.1.31
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.30...cc-v1.1.31)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: fern
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: pulldown-cmark
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 22:34:20 +09:00
Michael Davis
6d64e6288a Bump flake dependencies
`nix flake update`
2024-10-21 11:27:46 +09:00
Michael Davis
f371dcaa4e flake: Include --cfg tokio_unstable in Rust flags
The flake sets `RUSTFLAGS` and that overwrites the setting in
`.cargo/config.toml`. We need to add the `--cfg tokio_unstable` flag to
enable integration tests to run when called from the devShell.
2024-10-21 11:27:46 +09:00
TornaxO7
be2884d800
Continue line comments (#10996) 2024-10-19 05:48:07 -04:00
Sebastian Dall
a1453350df
Adding snakemake to language (#11858)
* feat: snakemake language

* feat: snakemake syntax highlighting

* doc: xtask docgen - snakemake

* Addressed feedback: removed redundant grammar

* fixed indentation

* removed has-ancestor predicate

---------

Co-authored-by: “SebastianDall” <“semoda@bio.auu.dk”>
2024-10-18 23:12:36 +02:00
karei
855a43a266
Bump jjdescription grammar revision (#11857) 2024-10-18 13:09:11 +09:00
Ivan B.
5ab1f1eb5a
docs(themes): place ui.highlight.frameline and ui.highlight together (#11896)
* docs(themes): place `ui.highlight.frameline` and `ui.highlight` together

* docs(themes): small fix
2024-10-18 13:08:54 +09:00
langurmonkey
1437ba1e5a
Add glsl_analyzer as default language server for GLSL (#11891)
* Add glsl_analyzer as default language server for GLSL

* Generate docs
2024-10-18 11:17:25 +09:00
dependabot[bot]
d1b8129491
build(deps): bump cc in the rust-dependencies group (#11890)
Bumps the rust-dependencies group with 1 update: [cc](https://github.com/rust-lang/cc-rs).


Updates `cc` from 1.1.28 to 1.1.30
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.28...cc-v1.1.30)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-16 17:52:14 +09:00
David Else
f2d54db24f
Update repology URL after change from helix to helix-editor (#11877)
* Update repology URL after change from helix to helix-editor

* Update book/src/package-managers.md

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

---------

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2024-10-16 01:53:59 +09:00