Skip to content

Commit

Permalink
Fixed map parsing and unresolved system
Browse files Browse the repository at this point in the history
The parser will emit Unresolved when encounterd.
This may be used in user code to detect problems.
  • Loading branch information
mariotoffia committed Apr 9, 2021
1 parent 163e4a8 commit 58f64dc
Show file tree
Hide file tree
Showing 9 changed files with 247 additions and 54 deletions.
12 changes: 9 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"python.pythonPath": "/usr/bin/python3",
"emeraldwalk.runonsave": {
"commands": [
{
"match": "\\.go$",
"cmd": "golines ${file} -w"
}
]
},
"go.editorContextMenuCommands": {
"toggleTestFile": true,
"addTags": true,
Expand All @@ -21,8 +28,7 @@
"runtest": true
},
"go.languageServerExperimentalFeatures": {
"diagnostics": true,
"documentLink": true
"diagnostics": true
},
"cSpell.words": [
"Apan",
Expand Down
1 change: 1 addition & 0 deletions defaults/function.gtpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[#{{.Function.File.FqPackage}}/{{.Function.Name}}]
=== {{ .Function.Name }}
[source, go]
----
Expand Down
Loading

0 comments on commit 58f64dc

Please sign in to comment.