Skip to content

Commit

Permalink
Fix basic completion (#4)
Browse files Browse the repository at this point in the history
* Add Java grammar, fix DRL grammar, simplify token index calculation, remove template code

* Add ignored tokens to completion

Co-authored-by: livio <[email protected]>
  • Loading branch information
2 people authored and rgdoliveira committed Oct 24, 2024
1 parent 2aab14c commit 19594b8
Show file tree
Hide file tree
Showing 10 changed files with 1,231 additions and 1,161 deletions.
1 change: 1 addition & 0 deletions drools-drl/drools-drl10-parser/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
target/
gen/
local/

# Eclipse, Netbeans and IntelliJ files
Expand Down
1 change: 1 addition & 0 deletions drools-drl/drools-drl10-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<configuration>
<visitor>true</visitor>
<listener>false</listener>
<libDirectory>src/main/antlr4/org/drools/parser/</libDirectory>
</configuration>
</execution>
</executions>
Expand Down
Loading

0 comments on commit 19594b8

Please sign in to comment.