Skip to content

Commit d5949ef

Browse files
committed
Remove bitwise | and &. Kotlin uses infix fun.
1 parent 0b81cc3 commit d5949ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

grammars/Kotlin.tmLanguage.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -551,10 +551,6 @@
551551
"match": "(!|&&|\\|\\|)",
552552
"name": "keyword.operator.logical.kotlin"
553553
},
554-
{
555-
"match": "(\\||&)",
556-
"name": "keyword.operator.bitwise.kotlin"
557-
},
558554
{
559555
"match": "(--|\\+\\+)",
560556
"name": "keyword.operator.increment-decrement.kotlin"

0 commit comments

Comments
 (0)