Ligatures for Jetbrains Mono font
This commit is contained in:
parent
d370884f04
commit
4ee244cb03
1 changed files with 14 additions and 0 deletions
|
|
@ -385,6 +385,20 @@
|
||||||
"<-" "<--" "<->" "<+" "<+>" "<=" "<==" "<=>" "<=<" "<>" "<<" "<<-"
|
"<-" "<--" "<->" "<+" "<+>" "<=" "<==" "<=>" "<=<" "<>" "<<" "<<-"
|
||||||
"<<=" "<<<" "<~" "<~~" "</" "</>" "~@" "~-" "~=" "~>" "~~" "~~>"
|
"<<=" "<<<" "<~" "<~~" "</" "</>" "~@" "~-" "~=" "~>" "~~" "~~>"
|
||||||
"%%"))
|
"%%"))
|
||||||
|
((string= font-family "JetBrains Mono")
|
||||||
|
'("--" "---" "==" "===" "!=" "!==" "=!=" "=:=" "=/=" "<=" ">="
|
||||||
|
"&&" "&&&" "&=" "++" "+++" "***" ";;" "!!" "??" "???" "?:" "?."
|
||||||
|
"?=" "<:" ":<" ":>" ">:" "<:<" "<>" "<<<" ">>>" "<<" ">>" "||"
|
||||||
|
"-|" "_|_" "|-" "||-" "|=" "||=" "##" "###" "####" "#{" "#[" "]#"
|
||||||
|
"#(" "#?" "#_" "#_(" "#:" "#!" "#=" "^=" "<$>" "<$" "$>" "<+>" "<+"
|
||||||
|
"+>" "<*>" "<*" "*>" "</" "</>" "/>" "<!--" "<#--" "-->" "->" "->>"
|
||||||
|
"<<-" "<-" "<=<" "=<<" "<<=" "<==" "<=>" "<==>" "==>" "=>" "=>>"
|
||||||
|
">=>" ">>=" ">>-" ">-" "-<" "-<<" ">->" "<-<" "<-|" "<=|" "|=>"
|
||||||
|
"|->" "<->" "<~~" "<~" "<~>" "~~" "~~>" "~>" "~-" "-~" "~@"
|
||||||
|
"[||]" "|]" "[|" "|}" "{|" "[<" ">]" "|>" "<|" "||>" "<||" "|||>"
|
||||||
|
"<|||" "<|>" "..." ".." ".=" "..<" ".?" "::" ":::" ":=" "::=" ":?"
|
||||||
|
":?>" "//" "///" "/*" "*/" "/=" "//=" "/==" "@_" "__" "???" "<:<"
|
||||||
|
";;;"))
|
||||||
(t '()))))
|
(t '()))))
|
||||||
(ligature-set-ligatures 'prog-mode ligatures)))
|
(ligature-set-ligatures 'prog-mode ligatures)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue