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
|
"==" "===" "!=" "=/=" ; Equality
|
||||||
"<=" ">=" "<=>" ; Comparisons
|
"<=" ">=" "<=>" ; Comparisons
|
||||||
"/*" "*/" "//" "///" ; Comments
|
"/*" "*/" "//" "///" ; Comments
|
||||||
"\n" "\\" ; Excaped chars
|
|
||||||
"<<" "<<<" "<<=" ">>" ">>>" ">>=" "|=" "^=" ; Bit operations
|
"<<" "<<<" "<<=" ">>" ">>>" ">>=" "|=" "^=" ; Bit operations
|
||||||
; TODO add hexadecimal ex?
|
; TODO add hexadecimal ex?
|
||||||
"</" "<!--" "</>" "-->" "/>" ; HTML
|
"</" "<!--" "</>" "-->" "/>" ; HTML
|
||||||
|
|
Loading…
Reference in a new issue