Skip to content

Commit

Permalink
yanglint FEATURE added utf-8 support
Browse files Browse the repository at this point in the history
The source code of linenoise was modified according to a fork from
the yhirose/linenoise repository, commit b35616d.
  • Loading branch information
lePici committed Oct 7, 2024
1 parent 81267b5 commit 4452ad3
Show file tree
Hide file tree
Showing 6 changed files with 706 additions and 46 deletions.
3 changes: 2 additions & 1 deletion tools/lint/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ if(ENABLE_YANGLINT_INTERACTIVE)
main.c
completion.c
configuration.c
linenoise/linenoise.c)
linenoise/linenoise.c
linenoise/utf8.c)
else()
set(lintsrc ${lintsrc}
main_ni_only.c)
Expand Down
Loading

0 comments on commit 4452ad3

Please sign in to comment.