mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Update the list of nerd font names when updating other unicode data as well
No longer need to store the list of names in our source code
This commit is contained in:
parent
14043be919
commit
ad03fa94b2
4 changed files with 1746 additions and 12539 deletions
|
|
@ -13,6 +13,6 @@ for attr in ('linguist-generated', 'linguist-vendored'):
|
|||
fname = line.split(':', 1)[0]
|
||||
all_files.discard(fname)
|
||||
|
||||
all_files -= {'gen/nerd-fonts-glyphs.txt', 'gen/rowcolumn-diacritics.txt'}
|
||||
all_files -= {'gen/rowcolumn-diacritics.txt'}
|
||||
cp = subprocess.run(['cloc', '--list-file', '-'], input='\n'.join(all_files).encode())
|
||||
raise SystemExit(cp.returncode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue