bench/bench.pl
bin/eshu
Changes
Eshu.bs
Eshu.xs
ignore.txt
include/eshu.h
include/eshu_bash.h
include/eshu_c.h
include/eshu_css.h
include/eshu_diff.h
include/eshu_file.h
include/eshu_go.h
include/eshu_hl.h
include/eshu_hl_util.h
include/eshu_java.h
include/eshu_js.h
include/eshu_json.h
include/eshu_lua.h
include/eshu_php.h
include/eshu_pl.h
include/eshu_pod.h
include/eshu_py.h
include/eshu_ruby.h
include/eshu_rust.h
include/eshu_sql.h
include/eshu_ts.h
include/eshu_xml.h
include/eshu_xs.h
include/eshu_yaml.h
lib/Eshu.pm
lib/Eshu.xs
Makefile.PL
MANIFEST			This list of files
META.json			Module JSON meta-data (added by MakeMaker)
META.yml			Module YAML meta-data (added by MakeMaker)
README
t/0000-load.t
t/0001-c-basic.t
t/0002-c-comments.t
t/0003-c-preprocessor.t
t/0004-c-strings.t
t/0005-c-structs.t
t/0010-pl-basic.t
t/0011-pl-strings.t
t/0012-pl-heredoc.t
t/0013-pl-regex.t
t/0014-pl-qw.t
t/0015-pl-pod.t
t/0016-pl-comments.t
t/0017-pl-complex.t
t/0018-pl-special-blocks.t
t/0019-pl-misc.t
t/0020-xs-c-section.t
t/0021-xs-xsub-basic.t
t/0022-xs-labels.t
t/0023-xs-nested-c.t
t/0024-xs-multi-xsub.t
t/0025-xs-boot.t
t/0026-xs-advanced.t
t/0030-cli-basic.t
t/0031-cli-diff.t
t/0032-cli-check.t
t/0033-detect-lang.t
t/0034-edge-c.t
t/0035-edge-perl.t
t/0036-edge-xs.t
t/0037-trailing-ws.t
t/0038-range.t
t/0040-realworld-c.t
t/0041-realworld-perl.t
t/0042-realworld-xs.t
t/0043-idempotent.t
t/0050-xml-basic.t
t/0051-xml-selfclose.t
t/0052-xml-comments.t
t/0053-xml-cdata.t
t/0054-html-verbatim.t
t/0055-html-void.t
t/0056-xml-multiline-tag.t
t/0057-xml-complex.t
t/0058-xml-html5.t
t/0060-css-basic.t
t/0061-css-comments.t
t/0062-css-strings.t
t/0063-css-atrules.t
t/0064-css-nested.t
t/0065-css-url.t
t/0066-css-complex.t
t/0067-css-custom-props.t
t/0068-css-advanced.t
t/0070-dir-basic.t
t/0071-dir-recursive.t
t/0072-dir-filter.t
t/0073-dir-detect.t
t/0074-dir-report.t
t/0075-dir-dryrun.t
t/0076-dir-binary.t
t/0077-dir-symlink.t
t/0080-js-basic.t
t/0081-js-strings.t
t/0082-js-comments.t
t/0083-js-template-literals.t
t/0084-js-regex.t
t/0085-js-in-html.t
t/0086-js-complex.t
t/0087-pod-basic.t
t/0088-pod-code-examples.t
t/0089-pod-over-back.t
t/0090-pod-in-perl.t
t/0091-pod-pm-module.t
t/0092-pod-pl-script.t
t/0093-pl-defined-or.t
t/0094-pl-end-data.t
t/0095-pod-verbatim-relative.t
t/0096-pl-array-last-index.t
t/0098-edge-general.t
t/0099-js-modern.t
t/0100-detect-lang-extended.t
t/0101-indent-string-all-langs.t
t/0102-options-all-langs.t
t/0103-indent-file-options.t
t/0104-realworld-mixed.t
t/0105-realworld-c-patterns.t
t/0106-realworld-perl-patterns.t
t/0107-realworld-js-patterns.t
t/0108-realworld-web-patterns.t
t/0110-hl-c.t
t/0111-hl-perl.t
t/0112-hl-js.t
t/0113-hl-css.t
t/0114-hl-xml.t
t/0115-hl-pod.t
t/0120-py-basic.t
t/0121-py-strings.t
t/0122-py-comments.t
t/0123-py-class.t
t/0124-py-decorators.t
t/0125-py-continuation.t
t/0126-py-comprehension.t
t/0127-py-try-except.t
t/0128-py-async.t
t/0129-hl-python.t
t/0130-bash-basic.t
t/0131-bash-case.t
t/0132-bash-functions.t
t/0133-bash-heredoc.t
t/0134-bash-subshell.t
t/0135-bash-comments.t
t/0136-bash-nested.t
t/0137-hl-bash.t
t/0140-go-basic.t
t/0141-go-strings.t
t/0142-go-comments.t
t/0143-go-struct.t
t/0144-go-interface.t
t/0145-go-goroutine.t
t/0146-go-switch.t
t/0147-go-multiline.t
t/0148-hl-go.t
t/0150-rust-basic.t
t/0151-rust-strings.t
t/0152-rust-comments.t
t/0153-rust-closures.t
t/0154-rust-detect.t
t/0155-hl-rust.t
t/0160-ts-basic.t
t/0161-ts-decorators.t
t/0162-ts-generics.t
t/0163-ts-enums.t
t/0164-ts-namespaces.t
t/0165-ts-tsx.t
t/0166-hl-ts.t
t/0170-ruby-basic.t
t/0171-ruby-blocks.t
t/0172-ruby-strings.t
t/0173-ruby-regex.t
t/0174-ruby-rescue.t
t/0175-ruby-case.t
t/0176-ruby-module.t
t/0177-ruby-symbols.t
t/0178-ruby-vars.t
t/0179-hl-ruby.t
t/0180-lua-basic.t
t/0181-lua-if.t
t/0182-lua-functions.t
t/0183-lua-tables.t
t/0184-lua-comments.t
t/0185-lua-strings.t
t/0186-lua-complex.t
t/0187-hl-lua.t
t/0190-java-basic.t
t/0191-java-switch.t
t/0192-java-try.t
t/0193-java-generics.t
t/0194-java-textblock.t
t/0195-java-annotations.t
t/0196-java-inner.t
t/0197-java-records.t
t/0198-hl-java.t
t/0200-sql-select.t
t/0201-sql-subquery.t
t/0202-sql-insert.t
t/0203-sql-ddl.t
t/0204-sql-comments.t
t/0205-sql-strings.t
t/0206-sql-detect.t
t/0207-hl-sql.t
t/0210-json-basic.t
t/0211-json-nested.t
t/0212-json-strings.t
t/0213-json-numbers.t
t/0214-json-indent.t
t/0215-json-jsonc.t
t/0216-hl-json.t
t/0220-yaml-basic.t
t/0221-yaml-sequences.t
t/0222-yaml-scalars.t
t/0223-yaml-flow.t
t/0224-yaml-multiline.t
t/0225-yaml-anchors.t
t/0226-yaml-docs.t
t/0227-yaml-comments.t
t/0228-hl-yaml.t
t/0230-php-basic.t
t/0231-php-switch.t
t/0232-php-alt-syntax.t
t/0233-php-heredoc.t
t/0234-php-strings.t
t/0235-php-comments.t
t/0236-php-try.t
t/0237-php-class.t
t/0238-php-indent-string.t
t/0239-hl-php.t
t/0240-realworld-c.t
t/0241-realworld-perl.t
t/0242-realworld-xs.t
t/0243-realworld-xml.t
t/0244-realworld-html.t
t/0245-realworld-css.t
t/0246-realworld-js.t
t/0247-realworld-ts.t
t/0248-realworld-pod.t
t/0249-realworld-bash.t
t/0250-realworld-go.t
t/0251-realworld-rust.t
t/0252-realworld-python.t
t/0253-realworld-json.t
t/0254-realworld-lua.t
t/0255-realworld-java.t
t/0256-realworld-ruby.t
t/0257-realworld-sql.t
t/0258-realworld-yaml.t
t/0259-realworld-php.t
t/lib/Sample/Cache.pm
t/lib/Sample/Router.pm
t/lib/sample_hashtable.h
t/lib/sample_parser.c
t/lib/sample_vec3.xs
t/manifest.t
t/pod-coverage.t
t/pod.t
vim/plugin/eshu.vim
xt/boilerplate.t
