Remove broken escaped chars section of ligatures
This commit is contained in:
parent
ad075de624
commit
4ddb62178d
|
@ -349,7 +349,6 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
|||
"==" "===" "!=" "=/=" ; Equality
|
||||
"<=" ">=" "<=>" ; Comparisons
|
||||
"/*" "*/" "//" "///" ; Comments
|
||||
"\n" "\\" ; Excaped chars
|
||||
"<<" "<<<" "<<=" ">>" ">>>" ">>=" "|=" "^=" ; Bit operations
|
||||
; TODO add hexadecimal ex?
|
||||
"</" "<!--" "</>" "-->" "/>" ; HTML
|
||||
|
|
Loading…
Reference in a new issue