Skip to content

Commit

Permalink
Merge pull request #366 from stevengj/patch-1
Browse files Browse the repository at this point in the history
update Julia complexity checks
  • Loading branch information
boyter authored Jan 10, 2023
2 parents 5e0f2cf + 6f93d50 commit 26b7dcb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3644,13 +3644,15 @@
"for(",
"if ",
"if(",
"switch ",
"while ",
"else ",
"elseif ",
"elseif(",
"try ",
"catch ",
"finally ",
"|| ",
"&& ",
"!= ",
"== "
"&& "
],
"extensions": [
"jl"
Expand Down

0 comments on commit 26b7dcb

Please sign in to comment.