Browse Source

Exclude ligatures for [_|_] [_,_|_] [ _|_ ] [ _, _|_ ] from underscores lookup

Ben 4 months ago
parent
commit
aa7dbd1f85
2 changed files with 4 additions and 0 deletions
  1. 0 0
      FiraCode.glyphs
  2. 4 0
      features/calt/underscores.fea

File diff suppressed because it is too large
+ 0 - 0
FiraCode.glyphs


+ 4 - 0
features/calt/underscores.fea

@@ -1,4 +1,8 @@
 lookup underscores {
+  # ignore
+  ignore sub [bracketleft comma] nbspace [underscore_start.seq underscore_middle.seq] bar' underscore;
+  ignore sub [bracketleft comma] [underscore_start.seq underscore_middle.seq] bar' underscore;
+
   # middle parts
   sub [underscore_start.seq underscore_middle.seq] bar' underscore by bar_underscore_middle.seq;
 

Some files were not shown because too many files changed in this diff