Skip to content

Commit 0e2de67

Browse files
authored
Update SKILL.md to remove deprecated operators
1 parent 40a1ae4 commit 0e2de67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/SeqCli/Skills/Resources/seq-search-and-query

src/SeqCli/Skills/Resources/seq-search-and-query/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ regex_char = '\/' | ? any character except '/' ? ;
166166

167167
### Expression
168168

169-
```
169+
```ebnf
170170
Expr = Disjunction ;
171171
Disjunction = Conjunction , { 'or' , Conjunction } ;
172172
Conjunction = Comparison , { 'and' , Comparison } ;
@@ -228,7 +228,7 @@ Variable = variable ;
228228
**Disambiguation:** The `/` character introduces a regular expression when it appears at the
229229
start of input, or when the preceding token is an operator or opening delimiter — specifically
230230
one of: `and`, `or`, `not`, `(`, `[`, `,`, `=`, `<>`, `like`, `>`, `>=`, `<`, `<=`, `in`,
231-
`is`, `&&`, `||`, `!=`, `==`, `!`, `if`, `then`, `else`, `:`. In all other positions, `/` is
231+
`is`, `!`, `if`, `then`, `else`, `:`. In all other positions, `/` is
232232
the division operator.
233233

234234
### Queries

0 commit comments

Comments
 (0)