430 Commits

Author SHA1 Message Date
Myzel394
ac1d14dfd0
apply linter 2024-09-28 13:38:26 +02:00
Myzel394
b1a5898f6c
feat(ssh_config): Improve match file so that it works with single criterias 2024-09-28 13:38:05 +02:00
Myzel394
a4a8e8888f
doc(sshd_config): Add more documentation 2024-09-28 12:33:23 +02:00
Myzel394
b7e786810e
refactor: Rename Value -> DeprecatedValue 2024-09-28 12:07:18 +02:00
Myzel394
6ab293d84e
refactor(sshd_config): Move errsToDiagnostics to common 2024-09-28 11:37:14 +02:00
Myzel394
e19ad01fd8
feat(ssh_config): Add analyzer; Overall improvements 2024-09-28 11:35:15 +02:00
Myzel394
82301cf0cb
refactor(sshd_config): Improvements 2024-09-26 20:25:01 +02:00
Myzel394
07cb9ac045
refactor(ssh_config): Improvements 2024-09-26 20:23:34 +02:00
Myzel394
73a850c11a
fix(ssh_config): Fix fetching options 2024-09-22 22:48:02 +02:00
Myzel394
a9e58a7f50
feat(ssh_config): Add completions support 2024-09-22 22:23:15 +02:00
Myzel394
92b2f12e3f
feat(ssh_config): Overall improvements 2024-09-22 22:14:10 +02:00
Myzel394
6608375b9e
feat(ssh_config): Add LSP glue to ssh_config 2024-09-22 18:45:57 +02:00
Myzel394
78661e3c2e
feat(ssh_config): Update fields 2024-09-22 17:56:48 +02:00
Myzel394
6601526fc2
test(ssh_config): Add more tests 2024-09-22 14:55:19 +02:00
Myzel394
8067c821e8
feat(ssh_config): Add hosts parsing; Add some tests 2024-09-22 14:49:42 +02:00
Myzel394
e6900d9861
fix: Fix update_antlr_parser 2024-09-22 13:06:06 +02:00
Myzel394
fc0dca8d32
feat(ssh_config): Add first version of ssh_config 2024-09-22 12:30:43 +02:00
Myzel394
846851d50b
fix: Bugfixes 2024-09-22 12:30:08 +02:00
Myzel394
4eb4a1845c
chore: Update parsers; Add update script 2024-09-22 11:22:38 +02:00
Myzel394
250ec83a59
refactor: Move match parser to common package 2024-09-21 18:41:20 +02:00
Myzel394
a3e7a8c9b9
fix(sshd_config): Overall improvements 2024-09-21 18:38:18 +02:00
Myzel394
5647631169
fix(sshd_config): Overall improvements 2024-09-21 16:15:11 +02:00
Myzel394
91c239b509
fix: Add roothandler for range formatting 2024-09-21 15:31:18 +02:00
Myzel394
5b660d9b60
feat(common): Add Position to common 2024-09-21 15:30:58 +02:00
Myzel394
dbd82e4939
fix(common): Improve formatting 2024-09-21 15:30:34 +02:00
Myzel394
91dff8a7a0
fix(sshd_config): Improve formatting 2024-09-21 15:30:05 +02:00
Myzel394
795ce32e89
refactor(hosts): Migrating cursor to index position 2024-09-21 14:20:46 +02:00
Myzel394
ff08c3c5b1
refactor(aliases): Migrating cursor to index position 2024-09-21 13:30:56 +02:00
Myzel394
3cff613620
refactor(sshd_config): Migrating cursor to index position 2024-09-21 13:30:45 +02:00
Myzel394
41472c1a58
refactor(sshd_config): Migrating cursor to index position 2024-09-21 11:49:09 +02:00
Myzel394
ad8311d0c6
feat: Add root handler for text document range formatting 2024-09-21 09:36:44 +02:00
Myzel394
3ffd1f4c4b
feat: Add missing FormatTemplate 2024-09-21 09:35:17 +02:00
Myzel394
31c3d755a2
fix: Fix BinarySearchFunc handling 2024-09-21 09:34:05 +02:00
Myzel394
ea2e531393
test(aliases): Add more rename tests 2024-09-18 21:26:24 +02:00
Myzel394
1a70a5ad57
fix(aliases): Improve rename when definition entry is not available 2024-09-18 20:46:33 +02:00
Myzel394
590786e844
feat(doc-values): Check if value starts with a prefix before suggesting prefix completions 2024-09-18 00:17:26 +02:00
Myzel394
06182ddda7
fix(sshd_config): Bugfixes 2024-09-18 00:13:48 +02:00
Myzel394
942e2477e2
fix(sshd_config): Rename indexes -> i to avoid ambiguity with package 2024-09-17 23:51:09 +02:00
Myzel394
99339f3edd
chore(sshd_config): Add some documentation 2024-09-17 23:50:50 +02:00
Myzel394
9ed983bf81
fix(sshd_config): Rename match_parser -> matchparser 2024-09-17 23:34:39 +02:00
Myzel394
35c722995d
fix(sshd_config): Improve indexes structure 2024-09-17 23:33:32 +02:00
Myzel394
7bb34c32b4
fix(sshd_config): Some bugfixes 2024-09-17 23:27:09 +02:00
Myzel394
3a0e886021
chore: Migrate ast Value to ParsedString 2024-09-17 23:25:36 +02:00
Myzel394
eb587dfb42
feat(common): Add string parser 2024-09-17 21:21:31 +02:00
Myzel394
f530195cac
fix(sshd_config): Rename AST nodes to start with SSHD 2024-09-17 20:17:56 +02:00
Myzel394
b97a9a5d43
feat(ssh_config): Add fields 2024-09-16 18:21:45 +02:00
Myzel394
44da608c5a
chore(ci-cd): Build go directly 2024-09-15 23:31:43 +02:00
Myzel394
6326ccb609
feat(sshd_config): Add match block analyzer 2024-09-15 22:51:45 +02:00
Myzel394
5d84e27a1f
fix: Fix issue 2024-09-15 19:13:59 +02:00
Myzel394
a577aeda4b
fix: Fix docs 2024-09-15 19:04:05 +02:00