Skip to content

Commit

Permalink
refactor: update java import syntax (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaschdoc authored Mar 10, 2024
1 parent bcba683 commit fc20635
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/flix.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,15 @@ export default function(hljs) {
"force",
"foreach",
"from",
"get",
"if",
"import",
"inject",
"inline",
"instance",
"into",
"java_get_field",
"java_new",
"java_set_field",
"law",
"lawful",
"lazy",
Expand All @@ -117,7 +119,6 @@ export default function(hljs) {
"resume",
"sealed",
"select",
"set",
"solve",
"try",
"type",
Expand Down

0 comments on commit fc20635

Please sign in to comment.