-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from anweiss/lsp
Comment formatting fixes
- Loading branch information
Showing
17 changed files
with
112 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ repository = "https://github.com/anweiss/cddl" | |
homepage = "https://cddl.anweiss.tech" | ||
categories = ["parser-implementations", "encoding", "development-tools", "wasm"] | ||
license = "MIT" | ||
version = "0.7.2" | ||
version = "0.7.3" | ||
authors = ["Andrew Weiss <[email protected]>"] | ||
readme = "README.md" | ||
edition = "2018" | ||
|
@@ -50,14 +50,16 @@ lsp = ["std"] | |
nightly = ["uriparse"] | ||
|
||
[[bin]] | ||
name = "cddl" | ||
name = "cli" | ||
required-features = ["std"] | ||
path = "src/bin/cddl.rs" | ||
path = "src/bin/cli.rs" | ||
test = false | ||
|
||
[[bin]] | ||
name = "repl" | ||
required-features = ["std"] | ||
path = "src/bin/repl.rs" | ||
test = false | ||
|
||
[[test]] | ||
name = "cddl" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "VSCode client for the Concise Data Definition Language (CDDL) language server implementation", | ||
"author": "Andrew Weiss <[email protected]>", | ||
"license": "MIT", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"publisher": "vscode", | ||
"repository": { | ||
"type": "git", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"description": "A language server extension for the Concise Data Definition Language (CDDL)", | ||
"author": "Andrew Weiss <[email protected]>", | ||
"license": "MIT", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/anweiss/cddl" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "cddl-lsp-server", | ||
"description": "Language server implementation for the Concise Data Definition Language (CDDL)", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Andrew Weiss <[email protected]>", | ||
"license": "MIT", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.