init: this is the inital commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
; Standard brackets
|
||||
("[" @open "]" @close)
|
||||
("{" @open "}" @close)
|
||||
("(" @open ")" @close)
|
||||
|
||||
; EBNF specific sequence brackets
|
||||
("(/" @open "/)" @close)
|
||||
("(:" @open ":)" @close)
|
||||
|
||||
; Strings
|
||||
("\"" @open "\"" @close)
|
||||
("'" @open "'" @close)
|
||||
|
||||
; Special sequence
|
||||
("?" @open "?" @close)
|
||||
Reference in New Issue
Block a user