Skip to content

Commit

Permalink
chore: remove java_new, java_get_field and java_set_field keywo…
Browse files Browse the repository at this point in the history
…rds (#432)
  • Loading branch information
sockmaster27 committed Aug 20, 2024
1 parent 094c374 commit 41342e6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions syntaxes/flix.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,18 +155,6 @@
"name": "keyword.expression.import.flix",
"match": "\\b(import)\\b"
},
{
"name": "keyword.expression.javanew.flix",
"match": "\\b(java_new)\\b"
},
{
"name": "keyword.expression.javagetfield.flix",
"match": "\\b(java_get_field)\\b"
},
{
"name": "keyword.expression.javasetfield.flix",
"match": "\\b(java_set_field)\\b"
},
{
"name": "keyword.expression.let.flix",
"match": "\\b(let\\*|let)\\b"
Expand Down

0 comments on commit 41342e6

Please sign in to comment.