-
```
Hi,
I'm using the version 1.0.7 of Javaparser for one on mine Project.
It runs pretty good and I had no Problem.
But today I tryied to parse a German Project. In one Class there is :
private i…
-
configure additional highlighting
-
It should be possible to use leading `,` to force indentation. cljfmt currently [strips leading ,](https://circleci.com/gh/jaunt-lang/jaunt/426) leading to unexpected changes in indentation.
-
When pasting some text with at least two containers/paragraphs on two linebreaks, the text being pasted gets split, the first container (heading) gets on the correct location, and the remaining text g…
-
Currently we just walk the bounds of AST nodes.
When selection is inside macros, this may yield no interesting selections. e.g. gtest `TEST(F^oo, Bar) {}`
Self-contained example:
```
#define D…
-
```
Hi,
I'm using the version 1.0.7 of Javaparser for one on mine Project.
It runs pretty good and I had no Problem.
But today I tryied to parse a German Project. In one Class there is :
private i…
-
`alias my $foo => \$bar;` would be spiffy. Data::Alias would do that, but its kinda broken on bleadperl.
-
### Terraform Core Version
1.3.6
### AWS Provider Version
4.64.0
### Affected Resource(s)
* aws_lakeformation_permissions
### Expected Behavior
The following code block should not…
-
If I disable javascript and apply `scroll-padding` css to html it just works but when I enable javascript in playground, the `scroll-padding` only works if the length of node text is greater then 1
…
-
Multiline comments in JSON are defined in the same way they are in JavaScript:
```
Comment
: Delimited_Comment
;
fragment Delimited_Comment
: '/*' Delimited_Comment_Section* ASTERISK…