Remove broken escaped chars section of ligatures

This commit is contained in:
Evie Litherland-Smith 2024-01-11 17:36:46 +00:00
parent ad075de624
commit 4ddb62178d

View file

@ -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