more symbols
This commit is contained in:
parent
8771285fb4
commit
676c80fec5
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ module.exports = grammar({
|
|||
command : $ => '@include',
|
||||
|
||||
identifier : $ => /[a-zA-Z_]\w*/,
|
||||
symbol : $ => /[!@#$%^&*-+=<>,./?{}\\|`~'\"∧∨⊙×≅]+/,
|
||||
symbol : $ => /[!@#$%^&*-+=<>,./?{}\\|`~'\"∧∨⊙×≅]+∈⊆⊂⊃⊇/,
|
||||
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue