Skip to content

Commit 6f93d50

Browse files
authored
update Julia complexity checks
1 parent 5e0f2cf commit 6f93d50

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

languages.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3644,13 +3644,15 @@
36443644
"for(",
36453645
"if ",
36463646
"if(",
3647-
"switch ",
36483647
"while ",
36493648
"else ",
3649+
"elseif ",
3650+
"elseif(",
3651+
"try ",
3652+
"catch ",
3653+
"finally ",
36503654
"|| ",
3651-
"&& ",
3652-
"!= ",
3653-
"== "
3655+
"&& "
36543656
],
36553657
"extensions": [
36563658
"jl"

0 commit comments

Comments
 (0)