Parameter list is not parsed correctly.
See original GitHub issuePls, look at the example:
type A struct{}
func (A)Example(A)(A) {}
In atom using tree-sitter A
in function declaration is not highlited as type. If I understand right it parsed as parameter name. Function declaration go spec.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Rails JSON request is not parsed correctly into post parameters
I'm trying to debug a problem where Rails isn't decoding the JSON POST data. The server logs show: 2011-12-14T06: ...
Read more >Parsing error when using variable as parameter value for ...
/TestPipeline.yaml (Line: 23, Col: 19): The 'InstanceId' parameter value '' is not a valid Number. It seems that the value is not parsed...
Read more >URL parameters parsed incorrectly using HTTP/2 connector
I'm using Tomcat 8.5.9. It appears that query strings containing percent encoded ampersand (%26) and percent (%25) characters are not parsed ...
Read more >Parsing arguments and building values — Python 3.11.1 ...
Indicates that the remaining arguments in the Python argument list are optional. The C variables corresponding to optional arguments should be initialized to ......
Read more >Trailing commas - JavaScript - MDN Web Docs
Trailing commas are also allowed in function parameter lists. ... Omit the trailing commas to parse the JSON correctly: JSON.parse("[1, 2, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This fix will go out in Atom 1.25-beta1.
I think we’re doing it right now: