File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,13 @@ rules:
3434 - comment :
3535 start : " #"
3636 end : " $"
37+ rules : []
3738
3839 # multiline strings do not support escape sequences
3940 - constant.string :
4041 start : " '''"
4142 end : " '''"
43+ rules : []
4244
4345 - constant.string :
4446 start : " '"
Original file line number Diff line number Diff line change 1515 - constant.string :
1616 start : " \" "
1717 end : " \" "
18+ rules : []
1819 # Integer Constants
1920 - constant.number : " \\ b([0-9]+)\\ b"
2021 - constant.number : " \\ b(0x[0-9a-fA-F]+)\\ b"
Original file line number Diff line number Diff line change 2525 - constant :
2626 start : " [$]([!@&`'+~=/\\\\ ,;.<>*$?:\" _]|-[A-Za-z0-9_]|[0-9]+)"
2727 end : " \\ B|\\ b"
28+ rules : []
2829 # Ruby "Symbols"
2930 - constant : " (i?)([ ]|^):[0-9A-Z_]+\\ b"
3031 - constant : " \\ b(__FILE__|__LINE__)\\ b"
You can’t perform that action at this time.
0 commit comments