update inbox list
This commit is contained in:
8
vendor/scrivo/highlight.php/test/markup/ebnf/quote-symbols.txt
vendored
Normal file
8
vendor/scrivo/highlight.php/test/markup/ebnf/quote-symbols.txt
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
first_quote_symbol = "'" .
|
||||
second_quote_symbol = '"' .
|
||||
|
||||
(* escaped_quote_symbol tests backticks, which does not interfere
|
||||
* with backslashes. It has precedent in some language
|
||||
* specifications.
|
||||
*)
|
||||
escaped_quote_symbol = `\` ( first_quote_symbol | second_quote_symbol ) .
|
||||
Reference in New Issue
Block a user