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 <livio.bencik@mindsmiths.com>
  • Loading branch information
2 people authored and tkobayas committed Oct 11, 2024
1 parent b6b4b01 commit 5a013e3
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 5a013e3

Please sign in to comment.