├── dos2unix
├── test
│ ├── eol_mac.txt
│ ├── noeol_mac.txt
│ ├── noeol_dos.txt
│ ├── noeol_unix.txt
│ ├── eol_dos.txt
│ ├── eol_dosmac.txt
│ ├── eol_macdos.txt
│ ├── eol_macdos2.txt
│ ├── eol_macunix.txt
│ ├── eol_macunix2.txt
│ ├── eol_unix.txt
│ ├── noeol_dos_utf8.txt
│ ├── eol_dosunix.txt
│ ├── mac.txt
│ ├── uni_nl_ëäï.txt
│ ├── uni_zh_文件.txt
│ ├── eol_unix2.txt
│ ├── mac_dbl.txt
│ ├── uni_el_αρχείο.txt
│ ├── dos.txt
│ ├── unix.txt
│ ├── dos 'txt.txt
│ ├── dos_bom.txt
│ ├── unix_bom.txt
│ ├── info0.txt
│ ├── chardos.txt
│ ├── cp_1252.txt
│ ├── cp_437.txt
│ ├── cp_850.txt
│ ├── cp_860.txt
│ ├── cp_863.txt
│ ├── cp_865.txt
│ ├── dos_dbl.txt
│ ├── dos_gb.txt
│ ├── gb18030.txt
│ ├── iso_437.txt
│ ├── iso_850.txt
│ ├── iso_860.txt
│ ├── iso_863.txt
│ ├── iso_865.txt
│ ├── unix_gb.txt
│ ├── utf16.txt
│ ├── utf16be.txt
│ ├── utf16le.txt
│ ├── utf16m.txt
│ ├── utf16u.txt
│ ├── charunix.txt
│ ├── gb18030b.txt
│ ├── gb18030u.txt
│ ├── invalhig.txt
│ ├── invallow.txt
│ ├── iso_1252.txt
│ ├── setlocale.png
│ ├── testps16.ps1
│ ├── unix_dbl.txt
│ ├── utf16ben.txt
│ ├── utf16bin.txt
│ ├── utf16len.txt
│ ├── mixedu2m.txt
│ ├── noeol_dos_utf16.txt
│ ├── mixed.txt
│ ├── mixedd2u.txt
│ ├── mixedu2d.txt
│ ├── mixedm2u.txt
│ ├── unix_bin.txt
│ ├── dos_bin.txt
│ ├── info_ub.txt
│ ├── info_ul.txt
│ ├── chard7.txt
│ ├── charu7.txt
│ ├── chk_loc.sh
│ ├── info.txt
│ ├── testps8.ps1
│ ├── testcmd.bat
│ └── info_ucs.txt
├── .gitignore
├── querycp.h
├── version.mk
├── Highlight
│ └── BuildProductsPath
│ │ └── Release
│ │ ├── dos2unix-arm64
│ │ └── dos2unix-x86_64
├── dos2unix.xcodeproj
│ └── project.xcworkspace
│ │ ├── contents.xcworkspacedata
│ │ └── xcshareddata
│ │ └── IDEWorkspaceChecks.plist
├── TODO.txt
└── BUGS.txt
├── _config.yml
├── img.tiff
├── assets
├── icon.png
├── inquiry.png
├── settings.png
├── custom_css.png
├── extensions.png
├── settings_ls.png
├── vcs_preview.png
├── settings_plain.png
├── settings_vcs.png
├── theme_editor.png
├── about_highlight.png
├── settings_format.png
├── settings_advanced.png
└── settings_plain_editor.png
├── Resources
├── icon.ai
├── screen.ai
├── styles.ai
├── Template.psd
├── Untitled-2.psd
├── screen_low.ai
├── Icon - App.sketch
├── GenericDocumentIcon.psd
└── Template-assets
│ ├── Icon-MacOS-16x16@1x.png
│ ├── Icon-MacOS-16x16@2x.png
│ ├── Icon-MacOS-32x32@1x.png
│ ├── Icon-MacOS-32x32@2x.png
│ ├── Icon-MacOS-128x128@1x.png
│ ├── Icon-MacOS-128x128@2x.png
│ ├── Icon-MacOS-256x256@1x.png
│ ├── Icon-MacOS-256x256@2x.png
│ ├── Icon-MacOS-512x512@1x.png
│ └── Icon-MacOS-512x512@2x.png
├── Application
├── Assets.xcassets
│ ├── Contents.json
│ ├── aA.imageset
│ │ ├── aA.pdf
│ │ └── Contents.json
│ ├── re.imageset
│ │ ├── re.pdf
│ │ └── Contents.json
│ ├── Italic.imageset
│ │ ├── I.pdf
│ │ └── Contents.json
│ ├── bold.imageset
│ │ ├── bold.pdf
│ │ └── Contents.json
│ ├── underline.imageset
│ │ ├── u.pdf
│ │ └── Contents.json
│ ├── inquiry.imageset
│ │ ├── inquiry.pdf
│ │ └── Contents.json
│ ├── gearshape.imageset
│ │ ├── gearshape.pdf
│ │ └── Contents.json
│ ├── appearance.imageset
│ │ ├── appearance.pdf
│ │ └── Contents.json
│ ├── font_panel.imageset
│ │ ├── font_panel.pdf
│ │ └── Contents.json
│ ├── paintbrush.imageset
│ │ ├── paintbrush.pdf
│ │ └── Contents.json
│ ├── safari.imageset
│ │ ├── safari_Normal.png
│ │ ├── safari_Normal@2x.png
│ │ ├── safari_Normal@3x.png
│ │ └── Contents.json
│ ├── AppIcon.appiconset
│ │ ├── icon_128x128.png
│ │ ├── icon_16x16@2x@2x.png
│ │ ├── icon_32x32@2x@2x.png
│ │ ├── icon_128x128@2x@2x.png
│ │ ├── icon_16x16@2x@2x-1.png
│ │ ├── icon_256x256@2x@2x.png
│ │ ├── icon_512x512@2x@2x.png
│ │ ├── icon_128x128@2x@2x-1.png
│ │ └── icon_256x256@2x@2x-1.png
│ ├── folder.fill.imageset
│ │ ├── folder.fill.pdf
│ │ └── Contents.json
│ ├── chevron.down.imageset
│ │ ├── chevron.down.pdf
│ │ └── Contents.json
│ ├── doc.plaintext.imageset
│ │ ├── doc.plaintext.pdf
│ │ └── Contents.json
│ ├── ellipsis.circle.imageset
│ │ ├── ellipsis.circle.pdf
│ │ └── Contents.json
│ ├── safari.fill.imageset
│ │ ├── safari.fill_Normal.png
│ │ ├── safari.fill_Normal@2x.png
│ │ └── Contents.json
│ ├── checkmark.circle.imageset
│ │ ├── checkmark.circle.pdf
│ │ └── Contents.json
│ ├── plus.circle.fill.imageset
│ │ ├── plus.circle.fill.pdf
│ │ └── Contents.json
│ ├── minus.circle.fill.imageset
│ │ ├── minus.circle.fill.pdf
│ │ └── Contents.json
│ ├── square.and.pencil.imageset
│ │ ├── square.and.pencil.pdf
│ │ └── Contents.json
│ ├── slider.horizontal.3.imageset
│ │ ├── slider.horizontal.3.pdf
│ │ └── Contents.json
│ ├── arrow.up.circle.fill.imageset
│ │ ├── arrow.up.circle.fill.pdf
│ │ └── Contents.json
│ ├── arrow.down.circle.fill.imageset
│ │ ├── arrow.down.circle.fill.pdf
│ │ └── Contents.json
│ └── line.3.horizontal.decrease.circle.imageset
│ │ ├── line.horizontal.3.decrease.circle.pdf
│ │ └── Contents.json
├── SyntaxHighlight.help
│ ├── .vscode
│ │ ├── spellright.dict
│ │ └── settings.json
│ └── Contents
│ │ └── Resources
│ │ ├── book-icon.png
│ │ └── English.lproj
│ │ ├── search.helpindex
│ │ └── search.cshelpindex
├── SourceCodeSyntaxHighlight-Bridging-Header.h
├── resources
│ ├── touch_files.sh
│ ├── style2.css
│ └── style.css
└── examples
│ ├── example.diff
│ ├── example.pl
│ ├── example.m
│ ├── example.scpt
│ ├── example.rb
│ ├── example.cpp
│ ├── example.pas
│ ├── example.c
│ ├── example.jsx
│ ├── example.lua
│ ├── example.ini
│ ├── example.css
│ ├── example.py
│ ├── example.dart
│ └── example.yaml
├── highlight-wrapper
├── lua
│ ├── doc
│ │ ├── logo.gif
│ │ ├── OSIApproved_100X125.png
│ │ ├── index.css
│ │ └── manual.css
│ ├── README
│ └── src
│ │ └── lua.hpp
├── .gitignore
└── boost
│ ├── concept
│ └── detail
│ │ └── concept_undef.hpp
│ ├── config
│ ├── abi
│ │ ├── msvc_suffix.hpp
│ │ └── borland_suffix.hpp
│ ├── platform
│ │ ├── amigaos.hpp
│ │ └── cray.hpp
│ └── compiler
│ │ └── compaq_cxx.hpp
│ ├── predef
│ ├── detail
│ │ ├── os_detected.h
│ │ ├── comp_detected.h
│ │ ├── platform_detected.h
│ │ ├── _exception.h
│ │ ├── _cassert.h
│ │ └── test.h
│ ├── library
│ │ └── c
│ │ │ └── _prefix.h
│ ├── version.h
│ ├── hardware.h
│ ├── library.h
│ ├── other.h
│ └── language.h
│ ├── mpl
│ ├── aux_
│ │ ├── preprocessed
│ │ │ ├── bcc551
│ │ │ │ └── quote.hpp
│ │ │ ├── msvc60
│ │ │ │ └── quote.hpp
│ │ │ ├── no_ttp
│ │ │ │ └── quote.hpp
│ │ │ ├── bcc_pre590
│ │ │ │ └── quote.hpp
│ │ │ ├── dmc
│ │ │ │ └── template_arity.hpp
│ │ │ ├── mwcw
│ │ │ │ └── template_arity.hpp
│ │ │ └── plain
│ │ │ │ └── template_arity.hpp
│ │ └── config
│ │ │ └── workaround.hpp
│ ├── max.hpp
│ ├── min.hpp
│ ├── end.hpp
│ ├── begin.hpp
│ ├── next.hpp
│ ├── prior.hpp
│ ├── alias.hpp
│ ├── logical.hpp
│ ├── less.hpp
│ └── plus.hpp
│ ├── core
│ ├── use_default.hpp
│ └── yield_primitives.hpp
│ ├── detail
│ ├── workaround.hpp
│ ├── lightweight_test.hpp
│ ├── atomic_count.hpp
│ ├── lightweight_mutex.hpp
│ └── quick_allocator.hpp
│ ├── numeric
│ ├── odeint
│ │ └── util
│ │ │ └── ublas_matrix_expression.patch
│ └── ublas
│ │ └── opencl.hpp
│ ├── ref.hpp
│ ├── utility
│ ├── declval.hpp
│ ├── addressof.hpp
│ ├── enable_if.hpp
│ ├── explicit_operator_bool.hpp
│ ├── detail
│ │ └── minstd_rand.hpp
│ └── swap.hpp
│ ├── exception
│ ├── enable_error_info.hpp
│ ├── enable_current_exception.hpp
│ └── error_info.hpp
│ ├── noncopyable.hpp
│ ├── checked_delete.hpp
│ ├── fusion
│ └── include
│ │ ├── hash.hpp
│ │ ├── flatten.hpp
│ │ ├── flatten_view.hpp
│ │ ├── io.hpp
│ │ ├── view.hpp
│ │ ├── in.hpp
│ │ ├── map.hpp
│ │ ├── nil.hpp
│ │ ├── out.hpp
│ │ ├── pair.hpp
│ │ ├── set.hpp
│ │ ├── tuple.hpp
│ │ ├── void.hpp
│ │ ├── adapted.hpp
│ │ ├── all.hpp
│ │ ├── any.hpp
│ │ ├── array.hpp
│ │ ├── at.hpp
│ │ ├── deref.hpp
│ │ ├── list.hpp
│ │ ├── next.hpp
│ │ ├── nview.hpp
│ │ ├── prior.hpp
│ │ ├── std_tuple.hpp
│ │ ├── support.hpp
│ │ ├── cons.hpp
│ │ ├── deduce.hpp
│ │ ├── deque.hpp
│ │ ├── end.hpp
│ │ ├── find.hpp
│ │ ├── iterator.hpp
│ │ ├── none.hpp
│ │ ├── query.hpp
│ │ ├── sequence.hpp
│ │ ├── struct.hpp
│ │ ├── tag_of.hpp
│ │ ├── unused.hpp
│ │ ├── vector.hpp
│ │ ├── adapter.hpp
│ │ ├── advance.hpp
│ │ ├── algorithm.hpp
│ │ ├── as_map.hpp
│ │ ├── as_set.hpp
│ │ ├── at_c.hpp
│ │ ├── back.hpp
│ │ ├── begin.hpp
│ │ ├── container.hpp
│ │ ├── convert.hpp
│ │ ├── copy.hpp
│ │ ├── count.hpp
│ │ ├── empty.hpp
│ │ ├── fold.hpp
│ │ ├── front.hpp
│ │ ├── fused.hpp
│ │ ├── is_view.hpp
│ │ ├── less.hpp
│ │ ├── move.hpp
│ │ ├── size.hpp
│ │ ├── swap.hpp
│ │ ├── zip.hpp
│ │ ├── zip_view.hpp
│ │ ├── as_list.hpp
│ │ ├── at_key.hpp
│ │ ├── deque_fwd.hpp
│ │ ├── distance.hpp
│ │ ├── find_if.hpp
│ │ ├── functional.hpp
│ │ ├── identity_view.hpp
│ │ ├── join.hpp
│ │ ├── map_fwd.hpp
│ │ ├── set_fwd.hpp
│ │ ├── std_array.hpp
│ │ ├── std_pair.hpp
│ │ ├── tuple_fwd.hpp
│ │ ├── tuple_tie.hpp
│ │ ├── value_of.hpp
│ │ ├── as_deque.hpp
│ │ ├── auxiliary.hpp
│ │ ├── clear.hpp
│ │ ├── comparison.hpp
│ │ ├── count_if.hpp
│ │ ├── erase.hpp
│ │ ├── filter.hpp
│ │ ├── filter_view.hpp
│ │ ├── has_key.hpp
│ │ ├── insert.hpp
│ │ ├── intrinsic.hpp
│ │ ├── invoke.hpp
│ │ ├── iteration.hpp
│ │ ├── joint_view.hpp
│ │ ├── list_fwd.hpp
│ │ ├── make_tuple.hpp
│ │ ├── map_tie.hpp
│ │ ├── remove.hpp
│ │ ├── tag_of_fwd.hpp
│ │ ├── vector10.hpp
│ │ ├── vector20.hpp
│ │ ├── vector30.hpp
│ │ ├── vector40.hpp
│ │ ├── vector50.hpp
│ │ ├── as_vector.hpp
│ │ ├── boost_array.hpp
│ │ ├── boost_tuple.hpp
│ │ ├── category_of.hpp
│ │ ├── cons_tie.hpp
│ │ ├── for_each.hpp
│ │ ├── invocation.hpp
│ │ ├── is_iterator.hpp
│ │ ├── is_sequence.hpp
│ │ ├── key_of.hpp
│ │ ├── make_map.hpp
│ │ ├── make_set.hpp
│ │ ├── pair_tie.hpp
│ │ ├── replace.hpp
│ │ ├── reverse.hpp
│ │ ├── reverse_view.hpp
│ │ ├── single_view.hpp
│ │ └── value_at.hpp
│ ├── iterator_adaptors.hpp
│ ├── move
│ └── detail
│ │ └── config_end.hpp
│ ├── weak_ptr.hpp
│ ├── type.hpp
│ ├── intrusive_ptr.hpp
│ ├── scoped_ptr.hpp
│ ├── swap.hpp
│ ├── preprocessor.hpp
│ ├── scoped_array.hpp
│ ├── type_traits
│ └── negation.hpp
│ ├── iterator.hpp
│ └── range
│ └── detail
│ └── less.hpp
├── .gitmodules
├── SyntaxHighlightRenderXPC
├── Syntax Highlight XPC Render-Bridging-Header.h
└── Syntax Highlight XPC Render.entitlements
├── relaunch
└── relaunch.entitlements
├── SourceCodeSyntaxHighlight.xcodeproj
└── project.xcworkspace
│ ├── contents.xcworkspacedata
│ ├── xcuserdata
│ └── sbaldiss.xcuserdatad
│ │ └── IDEFindNavigatorScopes.plist
│ └── xcshareddata
│ └── IDEWorkspaceChecks.plist
├── Syntax Highlight XPC Render.entitlements
├── XPCService
├── highlight
│ └── share2
│ │ ├── langDefs
│ │ ├── lhs.lang
│ │ ├── txt.lang
│ │ ├── pltcl.lang
│ │ ├── plperl.lang
│ │ ├── plpython.lang
│ │ ├── bbcode.lang
│ │ ├── nice.lang
│ │ ├── diff.lang
│ │ ├── xpp.lang
│ │ ├── vue.lang
│ │ ├── scala.lang
│ │ ├── email.lang
│ │ ├── ini.lang
│ │ ├── po.lang
│ │ ├── sybase.lang
│ │ ├── upc.lang
│ │ ├── docker.lang
│ │ └── conf.lang
│ │ └── plugins
│ │ ├── reduce_filesize.lua
│ │ ├── token_add_state_ids.lua
│ │ └── outhtml_ligature_fonts.lua
└── XPCServiceRelease.entitlements
├── index.md
├── ShortcutCommand
├── ShortcutCommandExtension.swift
└── Info.plist
├── support_files.xcfilelist
├── syntax_highlight_cli
└── syntax_highlight_cli.entitlements
└── TODO.md
/dos2unix/test/eol_mac.txt:
--------------------------------------------------------------------------------
1 | no
eol
--------------------------------------------------------------------------------
/dos2unix/test/noeol_mac.txt:
--------------------------------------------------------------------------------
1 | no
eol
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | theme: jekyll-theme-slate
--------------------------------------------------------------------------------
/dos2unix/.gitignore:
--------------------------------------------------------------------------------
1 |
2 | build-*
3 |
--------------------------------------------------------------------------------
/dos2unix/test/noeol_dos.txt:
--------------------------------------------------------------------------------
1 | no
2 | eol
--------------------------------------------------------------------------------
/dos2unix/test/noeol_unix.txt:
--------------------------------------------------------------------------------
1 | no
2 | eol
--------------------------------------------------------------------------------
/dos2unix/test/eol_dos.txt:
--------------------------------------------------------------------------------
1 | no
2 | eol
3 |
--------------------------------------------------------------------------------
/dos2unix/test/eol_dosmac.txt:
--------------------------------------------------------------------------------
1 | no
2 | eol
--------------------------------------------------------------------------------
/dos2unix/test/eol_macdos.txt:
--------------------------------------------------------------------------------
1 | no
eol
2 |
--------------------------------------------------------------------------------
/dos2unix/test/eol_macdos2.txt:
--------------------------------------------------------------------------------
1 | no
eol
2 |
--------------------------------------------------------------------------------
/dos2unix/test/eol_macunix.txt:
--------------------------------------------------------------------------------
1 | no
eol
2 |
--------------------------------------------------------------------------------
/dos2unix/test/eol_macunix2.txt:
--------------------------------------------------------------------------------
1 | no
eol
2 |
--------------------------------------------------------------------------------
/dos2unix/test/eol_unix.txt:
--------------------------------------------------------------------------------
1 | no
2 | eol
3 |
--------------------------------------------------------------------------------
/dos2unix/test/noeol_dos_utf8.txt:
--------------------------------------------------------------------------------
1 | no
2 | eol
--------------------------------------------------------------------------------
/dos2unix/test/eol_dosunix.txt:
--------------------------------------------------------------------------------
1 | no
2 | eol
3 |
--------------------------------------------------------------------------------
/dos2unix/test/mac.txt:
--------------------------------------------------------------------------------
1 | hello
world
take
a
break
--------------------------------------------------------------------------------
/dos2unix/test/uni_nl_ëäï.txt:
--------------------------------------------------------------------------------
1 | take
2 | a
3 | break
4 |
--------------------------------------------------------------------------------
/dos2unix/test/uni_zh_文件.txt:
--------------------------------------------------------------------------------
1 | take
2 | a
3 | break
4 |
--------------------------------------------------------------------------------
/dos2unix/test/eol_unix2.txt:
--------------------------------------------------------------------------------
1 | no
2 | eol
3 | no
4 | eol
5 |
--------------------------------------------------------------------------------
/dos2unix/test/mac_dbl.txt:
--------------------------------------------------------------------------------
1 | hello
world
take
a
break
--------------------------------------------------------------------------------
/dos2unix/test/uni_el_αρχείο.txt:
--------------------------------------------------------------------------------
1 | take
2 | a
3 | break
4 |
--------------------------------------------------------------------------------
/dos2unix/test/dos.txt:
--------------------------------------------------------------------------------
1 | hello
2 | world
3 |
4 | take
5 | a
6 | break
7 |
--------------------------------------------------------------------------------
/dos2unix/test/unix.txt:
--------------------------------------------------------------------------------
1 | hello
2 | world
3 |
4 | take
5 | a
6 | break
7 |
--------------------------------------------------------------------------------
/dos2unix/test/dos 'txt.txt:
--------------------------------------------------------------------------------
1 | hello
2 | world
3 |
4 | take
5 | a
6 | break
7 |
--------------------------------------------------------------------------------
/dos2unix/test/dos_bom.txt:
--------------------------------------------------------------------------------
1 | hello
2 | world
3 |
4 | take
5 | a
6 | break
7 |
--------------------------------------------------------------------------------
/dos2unix/test/unix_bom.txt:
--------------------------------------------------------------------------------
1 | hello
2 | world
3 |
4 | take
5 | a
6 | break
7 |
--------------------------------------------------------------------------------
/img.tiff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/img.tiff
--------------------------------------------------------------------------------
/assets/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/icon.png
--------------------------------------------------------------------------------
/Resources/icon.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/icon.ai
--------------------------------------------------------------------------------
/dos2unix/test/info0.txt:
--------------------------------------------------------------------------------
1 | dos 'txt.txt
2 | dos.txt
3 | dos_bom.txt
4 | dos_dbl.txt
5 | dos_gb.txt
6 |
--------------------------------------------------------------------------------
/Resources/screen.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/screen.ai
--------------------------------------------------------------------------------
/Resources/styles.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/styles.ai
--------------------------------------------------------------------------------
/assets/inquiry.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/inquiry.png
--------------------------------------------------------------------------------
/assets/settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings.png
--------------------------------------------------------------------------------
/Resources/Template.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Template.psd
--------------------------------------------------------------------------------
/assets/custom_css.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/custom_css.png
--------------------------------------------------------------------------------
/assets/extensions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/extensions.png
--------------------------------------------------------------------------------
/assets/settings_ls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings_ls.png
--------------------------------------------------------------------------------
/assets/vcs_preview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/vcs_preview.png
--------------------------------------------------------------------------------
/dos2unix/querycp.h:
--------------------------------------------------------------------------------
1 | /* querycp.h is in the public domain */
2 |
3 | unsigned short query_con_codepage(void);
4 |
--------------------------------------------------------------------------------
/Resources/Untitled-2.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Untitled-2.psd
--------------------------------------------------------------------------------
/Resources/screen_low.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/screen_low.ai
--------------------------------------------------------------------------------
/assets/settings_plain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings_plain.png
--------------------------------------------------------------------------------
/assets/settings_vcs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings_vcs.png
--------------------------------------------------------------------------------
/assets/theme_editor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/theme_editor.png
--------------------------------------------------------------------------------
/dos2unix/test/chardos.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/chardos.txt
--------------------------------------------------------------------------------
/dos2unix/test/cp_1252.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/cp_1252.txt
--------------------------------------------------------------------------------
/dos2unix/test/cp_437.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/cp_437.txt
--------------------------------------------------------------------------------
/dos2unix/test/cp_850.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/cp_850.txt
--------------------------------------------------------------------------------
/dos2unix/test/cp_860.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/cp_860.txt
--------------------------------------------------------------------------------
/dos2unix/test/cp_863.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/cp_863.txt
--------------------------------------------------------------------------------
/dos2unix/test/cp_865.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/cp_865.txt
--------------------------------------------------------------------------------
/dos2unix/test/dos_dbl.txt:
--------------------------------------------------------------------------------
1 | hello
2 |
3 | world
4 |
5 |
6 |
7 | take
8 |
9 | a
10 |
11 | break
12 |
13 |
--------------------------------------------------------------------------------
/dos2unix/test/dos_gb.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/dos_gb.txt
--------------------------------------------------------------------------------
/dos2unix/test/gb18030.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/gb18030.txt
--------------------------------------------------------------------------------
/dos2unix/test/iso_437.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso_437.txt
--------------------------------------------------------------------------------
/dos2unix/test/iso_850.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso_850.txt
--------------------------------------------------------------------------------
/dos2unix/test/iso_860.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso_860.txt
--------------------------------------------------------------------------------
/dos2unix/test/iso_863.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso_863.txt
--------------------------------------------------------------------------------
/dos2unix/test/iso_865.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso_865.txt
--------------------------------------------------------------------------------
/dos2unix/test/unix_gb.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/unix_gb.txt
--------------------------------------------------------------------------------
/dos2unix/test/utf16.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16.txt
--------------------------------------------------------------------------------
/dos2unix/test/utf16be.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16be.txt
--------------------------------------------------------------------------------
/dos2unix/test/utf16le.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16le.txt
--------------------------------------------------------------------------------
/dos2unix/test/utf16m.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16m.txt
--------------------------------------------------------------------------------
/dos2unix/test/utf16u.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16u.txt
--------------------------------------------------------------------------------
/Resources/Icon - App.sketch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Icon - App.sketch
--------------------------------------------------------------------------------
/assets/about_highlight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/about_highlight.png
--------------------------------------------------------------------------------
/assets/settings_format.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings_format.png
--------------------------------------------------------------------------------
/dos2unix/test/charunix.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/charunix.txt
--------------------------------------------------------------------------------
/dos2unix/test/gb18030b.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/gb18030b.txt
--------------------------------------------------------------------------------
/dos2unix/test/gb18030u.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/gb18030u.txt
--------------------------------------------------------------------------------
/dos2unix/test/invalhig.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/invalhig.txt
--------------------------------------------------------------------------------
/dos2unix/test/invallow.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/invallow.txt
--------------------------------------------------------------------------------
/dos2unix/test/iso_1252.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/iso_1252.txt
--------------------------------------------------------------------------------
/dos2unix/test/setlocale.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/setlocale.png
--------------------------------------------------------------------------------
/dos2unix/test/testps16.ps1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/testps16.ps1
--------------------------------------------------------------------------------
/dos2unix/test/unix_dbl.txt:
--------------------------------------------------------------------------------
1 | hello
2 |
3 | world
4 |
5 |
6 |
7 | take
8 |
9 | a
10 |
11 | break
12 |
13 |
--------------------------------------------------------------------------------
/dos2unix/test/utf16ben.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16ben.txt
--------------------------------------------------------------------------------
/dos2unix/test/utf16bin.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16bin.txt
--------------------------------------------------------------------------------
/dos2unix/test/utf16len.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/utf16len.txt
--------------------------------------------------------------------------------
/Application/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "author" : "xcode",
4 | "version" : 1
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/assets/settings_advanced.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings_advanced.png
--------------------------------------------------------------------------------
/assets/settings_plain_editor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/assets/settings_plain_editor.png
--------------------------------------------------------------------------------
/Resources/GenericDocumentIcon.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/GenericDocumentIcon.psd
--------------------------------------------------------------------------------
/dos2unix/test/mixedu2m.txt:
--------------------------------------------------------------------------------
1 | hello
world
take
a
break
hello
2 | world
3 |
4 | take
5 | a
6 | break
7 | hello
world
take
a
break
--------------------------------------------------------------------------------
/dos2unix/test/noeol_dos_utf16.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/test/noeol_dos_utf16.txt
--------------------------------------------------------------------------------
/highlight-wrapper/lua/doc/logo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/doc/logo.gif
--------------------------------------------------------------------------------
/dos2unix/version.mk:
--------------------------------------------------------------------------------
1 | DOS2UNIX_VERSION = 7.5.2
2 | DOS2UNIX_VERSION_SHORT = 752
3 | DOS2UNIX_DATE = 2024-01-22
4 | DOS2UNIX_AUTHOR = 'Erwin Waterlander'
5 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/aA.imageset/aA.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/aA.imageset/aA.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/re.imageset/re.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/re.imageset/re.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/Italic.imageset/I.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/Italic.imageset/I.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/bold.imageset/bold.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/bold.imageset/bold.pdf
--------------------------------------------------------------------------------
/Resources/Template-assets/Icon-MacOS-16x16@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Template-assets/Icon-MacOS-16x16@1x.png
--------------------------------------------------------------------------------
/Resources/Template-assets/Icon-MacOS-16x16@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Template-assets/Icon-MacOS-16x16@2x.png
--------------------------------------------------------------------------------
/Resources/Template-assets/Icon-MacOS-32x32@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Template-assets/Icon-MacOS-32x32@1x.png
--------------------------------------------------------------------------------
/Resources/Template-assets/Icon-MacOS-32x32@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Template-assets/Icon-MacOS-32x32@2x.png
--------------------------------------------------------------------------------
/dos2unix/test/mixed.txt:
--------------------------------------------------------------------------------
1 | hello
2 | world
3 |
4 | take
5 | a
6 | break
7 | hello
8 | world
9 |
10 | take
11 | a
12 | break
13 | hello
world
take
a
break
--------------------------------------------------------------------------------
/dos2unix/test/mixedd2u.txt:
--------------------------------------------------------------------------------
1 | hello
2 | world
3 |
4 | take
5 | a
6 | break
7 | hello
8 | world
9 |
10 | take
11 | a
12 | break
13 | hello
world
take
a
break
--------------------------------------------------------------------------------
/highlight-wrapper/lua/doc/OSIApproved_100X125.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/highlight-wrapper/lua/doc/OSIApproved_100X125.png
--------------------------------------------------------------------------------
/Application/Assets.xcassets/underline.imageset/u.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/underline.imageset/u.pdf
--------------------------------------------------------------------------------
/Resources/Template-assets/Icon-MacOS-128x128@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Template-assets/Icon-MacOS-128x128@1x.png
--------------------------------------------------------------------------------
/Resources/Template-assets/Icon-MacOS-128x128@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Template-assets/Icon-MacOS-128x128@2x.png
--------------------------------------------------------------------------------
/Resources/Template-assets/Icon-MacOS-256x256@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Template-assets/Icon-MacOS-256x256@1x.png
--------------------------------------------------------------------------------
/Resources/Template-assets/Icon-MacOS-256x256@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Template-assets/Icon-MacOS-256x256@2x.png
--------------------------------------------------------------------------------
/Resources/Template-assets/Icon-MacOS-512x512@1x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Template-assets/Icon-MacOS-512x512@1x.png
--------------------------------------------------------------------------------
/Resources/Template-assets/Icon-MacOS-512x512@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Resources/Template-assets/Icon-MacOS-512x512@2x.png
--------------------------------------------------------------------------------
/dos2unix/test/mixedu2d.txt:
--------------------------------------------------------------------------------
1 | hello
2 | world
3 |
4 | take
5 | a
6 | break
7 | hello
8 | world
9 |
10 | take
11 | a
12 | break
13 | hello
world
take
a
break
--------------------------------------------------------------------------------
/Application/Assets.xcassets/inquiry.imageset/inquiry.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/inquiry.imageset/inquiry.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/gearshape.imageset/gearshape.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/gearshape.imageset/gearshape.pdf
--------------------------------------------------------------------------------
/Application/SyntaxHighlight.help/.vscode/spellright.dict:
--------------------------------------------------------------------------------
1 | qlgenerator
2 | anthonygelibert
3 | pps
4 | slc
5 | ipl
6 | lin
7 | kwc
8 | kwb
9 | kwa
10 | kwd
11 | kwe
12 | kwf
13 |
--------------------------------------------------------------------------------
/dos2unix/Highlight/BuildProductsPath/Release/dos2unix-arm64:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/Highlight/BuildProductsPath/Release/dos2unix-arm64
--------------------------------------------------------------------------------
/dos2unix/Highlight/BuildProductsPath/Release/dos2unix-x86_64:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/dos2unix/Highlight/BuildProductsPath/Release/dos2unix-x86_64
--------------------------------------------------------------------------------
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "highlight-wrapper/highlight"]
2 | path = highlight-wrapper/highlight
3 | url = https://gitlab.com/saalen/highlight.git
4 | ignore = dirty
5 | branch = master
6 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/appearance.imageset/appearance.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/appearance.imageset/appearance.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/font_panel.imageset/font_panel.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/font_panel.imageset/font_panel.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/paintbrush.imageset/paintbrush.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/paintbrush.imageset/paintbrush.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/safari.imageset/safari_Normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/safari.imageset/safari_Normal.png
--------------------------------------------------------------------------------
/Application/Assets.xcassets/AppIcon.appiconset/icon_128x128.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/AppIcon.appiconset/icon_128x128.png
--------------------------------------------------------------------------------
/Application/Assets.xcassets/folder.fill.imageset/folder.fill.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/folder.fill.imageset/folder.fill.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/safari.imageset/safari_Normal@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/safari.imageset/safari_Normal@2x.png
--------------------------------------------------------------------------------
/Application/Assets.xcassets/safari.imageset/safari_Normal@3x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/safari.imageset/safari_Normal@3x.png
--------------------------------------------------------------------------------
/Application/SyntaxHighlight.help/Contents/Resources/book-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/SyntaxHighlight.help/Contents/Resources/book-icon.png
--------------------------------------------------------------------------------
/SyntaxHighlightRenderXPC/Syntax Highlight XPC Render-Bridging-Header.h:
--------------------------------------------------------------------------------
1 | //
2 | // Use this file to import your target's public headers that you would like to expose to Swift.
3 | //
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dos2unix/test/mixedm2u.txt:
--------------------------------------------------------------------------------
1 | hello
2 | world
3 |
4 | take
5 | a
6 | break
7 | hello
8 | world
9 |
10 | take
11 | a
12 | break
13 | hello
14 | world
15 |
16 | take
17 | a
18 | break
19 |
--------------------------------------------------------------------------------
/dos2unix/test/unix_bin.txt:
--------------------------------------------------------------------------------
1 | $$
2 |
3 | !"#$%&'()*+,-./
4 | 0123456789:;<=>?
5 | @ABCDEFGHIJKLMNO
6 | PQRSTUVWXYZ[\]^_
7 | `abcdefghijklmno
8 | pqrstuvwxyz{|}~
9 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x@2x.png
--------------------------------------------------------------------------------
/Application/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x@2x.png
--------------------------------------------------------------------------------
/Application/Assets.xcassets/chevron.down.imageset/chevron.down.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/chevron.down.imageset/chevron.down.pdf
--------------------------------------------------------------------------------
/dos2unix/test/dos_bin.txt:
--------------------------------------------------------------------------------
1 | $$
2 |
3 | !"#$%&'()*+,-./
4 | 0123456789:;<=>?
5 | @ABCDEFGHIJKLMNO
6 | PQRSTUVWXYZ[\]^_
7 | `abcdefghijklmno
8 | pqrstuvwxyz{|}~
9 |
--------------------------------------------------------------------------------
/highlight-wrapper/lua/README:
--------------------------------------------------------------------------------
1 |
2 | This is Lua 5.4.7, released on 13 Jun 2024.
3 |
4 | For installation instructions, license details, and
5 | further information about Lua, see doc/readme.html.
6 |
7 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x@2x.png
--------------------------------------------------------------------------------
/Application/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x@2x-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x@2x-1.png
--------------------------------------------------------------------------------
/Application/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x@2x.png
--------------------------------------------------------------------------------
/Application/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x@2x.png
--------------------------------------------------------------------------------
/Application/Assets.xcassets/doc.plaintext.imageset/doc.plaintext.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/doc.plaintext.imageset/doc.plaintext.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x@2x-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x@2x-1.png
--------------------------------------------------------------------------------
/Application/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x@2x-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x@2x-1.png
--------------------------------------------------------------------------------
/Application/Assets.xcassets/ellipsis.circle.imageset/ellipsis.circle.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/ellipsis.circle.imageset/ellipsis.circle.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/safari.fill.imageset/safari.fill_Normal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/safari.fill.imageset/safari.fill_Normal.png
--------------------------------------------------------------------------------
/Application/SourceCodeSyntaxHighlight-Bridging-Header.h:
--------------------------------------------------------------------------------
1 | //
2 | // Use this file to import your target's public headers that you would like to expose to Swift.
3 | //
4 |
5 | #import "wrapper_highlight.h"
6 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/checkmark.circle.imageset/checkmark.circle.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/checkmark.circle.imageset/checkmark.circle.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/plus.circle.fill.imageset/plus.circle.fill.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/plus.circle.fill.imageset/plus.circle.fill.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/safari.fill.imageset/safari.fill_Normal@2x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/safari.fill.imageset/safari.fill_Normal@2x.png
--------------------------------------------------------------------------------
/Application/resources/touch_files.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | echo "Touch extra resource files"
4 | # env
5 |
6 | while IFS="" read -r p || [ -n "$p" ]
7 | do
8 | printf '%s\n' "$p"
9 | done < "$1"
10 |
11 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/minus.circle.fill.imageset/minus.circle.fill.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/minus.circle.fill.imageset/minus.circle.fill.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/square.and.pencil.imageset/square.and.pencil.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/square.and.pencil.imageset/square.and.pencil.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/slider.horizontal.3.imageset/slider.horizontal.3.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/slider.horizontal.3.imageset/slider.horizontal.3.pdf
--------------------------------------------------------------------------------
/Application/Assets.xcassets/arrow.up.circle.fill.imageset/arrow.up.circle.fill.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/arrow.up.circle.fill.imageset/arrow.up.circle.fill.pdf
--------------------------------------------------------------------------------
/Application/SyntaxHighlight.help/Contents/Resources/English.lproj/search.helpindex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/SyntaxHighlight.help/Contents/Resources/English.lproj/search.helpindex
--------------------------------------------------------------------------------
/Application/examples/example.diff:
--------------------------------------------------------------------------------
1 | --- file1.txt 2014-08-21 17:58:29.764656635 -0400
2 | +++ file2.txt 2014-08-21 17:58:50.768989841 -0400
3 | @@ -1,4 +1,4 @@
4 | apples
5 | -oranges
6 | kiwis
7 | carrots
8 | +grapefruits
9 |
--------------------------------------------------------------------------------
/relaunch/relaunch.entitlements:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Application/SyntaxHighlight.help/Contents/Resources/English.lproj/search.cshelpindex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/SyntaxHighlight.help/Contents/Resources/English.lproj/search.cshelpindex
--------------------------------------------------------------------------------
/Application/examples/example.pl:
--------------------------------------------------------------------------------
1 | # Various operations on scalar (string) variables.
2 | $fred = "Fred here";
3 | $barney = 56;
4 | $sum = 10 + $barney;
5 | print 'The variable $fred' . " contains $fred.\n";
6 | print "Sum is $sum.\n";
7 |
--------------------------------------------------------------------------------
/dos2unix/dos2unix.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/arrow.down.circle.fill.imageset/arrow.down.circle.fill.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/arrow.down.circle.fill.imageset/arrow.down.circle.fill.pdf
--------------------------------------------------------------------------------
/SourceCodeSyntaxHighlight.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/Syntax Highlight XPC Render.entitlements:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Application/examples/example.m:
--------------------------------------------------------------------------------
1 | @interface Box:NSObject {
2 | //Instance variables
3 | double length; // Length of a box
4 | double breadth; // Breadth of a box
5 | }
6 | @property(nonatomic, readwrite) double height; // Property
7 |
8 | @end
9 |
--------------------------------------------------------------------------------
/Application/examples/example.scpt:
--------------------------------------------------------------------------------
1 | display alert "Hello, world!" buttons {"Rudely decline", "Happily accept"}
2 | set theAnswer to button returned of the result
3 | if theAnswer is "Happily accept" then
4 | beep 5
5 | else
6 | say "Piffle!"
7 | end if
8 |
--------------------------------------------------------------------------------
/dos2unix/test/info_ub.txt:
--------------------------------------------------------------------------------
1 | 50 0 0 UTF-16BE text utf16be.txt
2 | 50 0 0 no_bom text utf16ben.txt
3 | 0 50 0 UTF-8 text utf8unxb.txt
4 | 50 0 0 GB18030 text gb18030.txt
5 |
--------------------------------------------------------------------------------
/dos2unix/test/info_ul.txt:
--------------------------------------------------------------------------------
1 | 50 0 0 UTF-16LE text utf16le.txt
2 | 50 0 0 no_bom text utf16len.txt
3 | 0 50 0 UTF-8 text utf8unxb.txt
4 | 50 0 0 GB18030 text gb18030.txt
5 |
--------------------------------------------------------------------------------
/Application/SyntaxHighlight.help/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "spellright.language": [
3 | "en"
4 | ],
5 | "spellright.documentTypes": [
6 | "markdown",
7 | "latex",
8 | "plaintext",
9 | "html"
10 | ]
11 | }
--------------------------------------------------------------------------------
/highlight-wrapper/lua/src/lua.hpp:
--------------------------------------------------------------------------------
1 | // lua.hpp
2 | // Lua header files for C++
3 | // <> not supplied automatically because Lua also compiles as C++
4 |
5 | extern "C" {
6 | #include "lua.h"
7 | #include "lualib.h"
8 | #include "lauxlib.h"
9 | }
10 |
--------------------------------------------------------------------------------
/XPCService/highlight/share2/langDefs/lhs.lang:
--------------------------------------------------------------------------------
1 |
2 |
3 | dofile(HL_LANG_DIR.."haskell.lang")
4 |
5 | Description="Haskell LHS"
6 |
7 | Categories = {"source"}
8 |
9 |
10 | Comments={
11 | { Block=false,
12 | Delimiter= { [[^\s*([^\>].*)]] },
13 | },
14 | }
15 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/line.3.horizontal.decrease.circle.imageset/line.horizontal.3.decrease.circle.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/sbarex/SourceCodeSyntaxHighlight/HEAD/Application/Assets.xcassets/line.3.horizontal.decrease.circle.imageset/line.horizontal.3.decrease.circle.pdf
--------------------------------------------------------------------------------
/Application/resources/style2.css:
--------------------------------------------------------------------------------
1 | html, body {
2 | margin: 0;
3 | padding: 6px;
4 | }
5 | pre.hl {
6 | margin: 0;
7 | white-space: pre;
8 | }
9 | .hl.lin {
10 | user-select: none;
11 | -moz-user-select: none;
12 | -webkit-user-select: none;
13 | }
14 |
--------------------------------------------------------------------------------
/XPCService/highlight/share2/langDefs/txt.lang:
--------------------------------------------------------------------------------
1 |
2 | Description="Plain text"
3 |
4 | Categories = {"text"}
5 |
6 | Keywords={
7 | }
8 |
9 | Comments={
10 | }
11 |
12 | -- disable highlighting of numbers
13 | Digits = Identifiers
14 |
15 |
16 | EnableIndentation=true
17 |
--------------------------------------------------------------------------------
/Application/examples/example.rb:
--------------------------------------------------------------------------------
1 | # Operators are really method invocations.
2 | a = 10
3 | b = 3.*(a).+(2)
4 | Kernel::printf("%d %d\n", a, b);
5 |
6 | # Type is still dynamic.
7 | b = String.new("A string")
8 | c = 'Another String'
9 | Kernel.print(b.+(" and ")::+(c).+("\n"))
10 |
--------------------------------------------------------------------------------
/XPCService/highlight/share2/langDefs/pltcl.lang:
--------------------------------------------------------------------------------
1 | -- Load PL/SQL definition
2 | dofile(HL_LANG_DIR.."sql.lang")
3 |
4 | Description="PL/Tcl"
5 |
6 | Categories = {"database"}
7 |
8 | NestedSections = {
9 | { Lang="tcl", Delimiter= { [[\$\$]], [[\$\$\s+LANGUAGE]] } },
10 | }
11 |
--------------------------------------------------------------------------------
/XPCService/highlight/share2/langDefs/plperl.lang:
--------------------------------------------------------------------------------
1 | -- Load PL/SQL definition
2 | dofile(HL_LANG_DIR.."sql.lang")
3 |
4 | Description="PL/Perl"
5 |
6 | Categories = {"database"}
7 |
8 | NestedSections = {
9 | { Lang="perl", Delimiter= { [[\$\$]], [[\$\$\s+LANGUAGE]] } },
10 | }
11 |
--------------------------------------------------------------------------------
/highlight-wrapper/.gitignore:
--------------------------------------------------------------------------------
1 | *.o
2 | *.a
3 | *.lo
4 | *.la
5 |
6 | build/*
7 | **/.libs/*
8 | **/.deps/*
9 |
10 | lua/src/lua
11 | lua/src/luac
12 |
13 | highlight/build-Debug
14 | highlight/build-Release
15 | highlight/src/build_intel-*
16 | highlight/src/build_arm-*
17 |
18 | .idea
19 |
--------------------------------------------------------------------------------
/XPCService/highlight/share2/langDefs/plpython.lang:
--------------------------------------------------------------------------------
1 | -- Load PL/SQL definition
2 | dofile(HL_LANG_DIR.."sql.lang")
3 |
4 | Description="PL/Python"
5 |
6 | Categories = {"database"}
7 |
8 |
9 | NestedSections = {
10 | { Lang="python", Delimiter= { [[\$\$]], [[\$\$\s+LANGUAGE]] } },
11 | }
12 |
--------------------------------------------------------------------------------
/Application/examples/example.cpp:
--------------------------------------------------------------------------------
1 | // CPP source file example
2 |
3 | #include
4 | using namespace std;
5 |
6 | int main()
7 | {
8 | /* comment */
9 | int number;
10 | cout << "Enter an integer: ";
11 | cin >> number;
12 | cout << "You entered " << number;
13 | return 0;
14 | }
15 |
--------------------------------------------------------------------------------
/SourceCodeSyntaxHighlight.xcodeproj/project.xcworkspace/xcuserdata/sbaldiss.xcuserdatad/IDEFindNavigatorScopes.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/concept/detail/concept_undef.hpp:
--------------------------------------------------------------------------------
1 | // Copyright David Abrahams 2006. Distributed under the Boost
2 | // Software License, Version 1.0. (See accompanying
3 | // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4 | # undef BOOST_concept_typename
5 | # undef BOOST_concept
6 |
--------------------------------------------------------------------------------
/XPCService/highlight/share2/langDefs/bbcode.lang:
--------------------------------------------------------------------------------
1 |
2 | Description="BBcode"
3 |
4 | Categories = {"markup"}
5 |
6 | Keywords={
7 | { Id=1,
8 | Regex=[[ \[\/?\w+|\] ]],
9 | Group=0,
10 | },
11 | { Id=2,
12 | Regex=[=[#[[:xdigit:]]{6}]=],
13 | },
14 | }
15 |
16 | IgnoreCase=true
17 |
18 |
--------------------------------------------------------------------------------
/XPCService/highlight/share2/langDefs/nice.lang:
--------------------------------------------------------------------------------
1 |
2 | dofile(HL_LANG_DIR.."java.lang")
3 |
4 | Description="Nice"
5 |
6 | Categories = {"source"}
7 |
8 |
9 | -- append keywords to Java keywords
10 | table.insert(Keywords,
11 | { Id=1,
12 | List={"native", "requires", "ensures", "let", "var"},
13 | }
14 | )
15 |
--------------------------------------------------------------------------------
/dos2unix/test/chard7.txt:
--------------------------------------------------------------------------------
1 | !"#$%&'()*+,-./
2 | 0123456789:;<=>?
3 | @ABCDEFGHIJKLMNO
4 | PQRSTUVWXYZ[\]^_
5 | `abcdefghijklmno
6 | pqrstuvwxyz{|}~
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/dos2unix/test/charu7.txt:
--------------------------------------------------------------------------------
1 | !"#$%&'()*+,-./
2 | 0123456789:;<=>?
3 | @ABCDEFGHIJKLMNO
4 | PQRSTUVWXYZ[\]^_
5 | `abcdefghijklmno
6 | pqrstuvwxyz{|}~
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/index.md:
--------------------------------------------------------------------------------
1 | ## Syntax Highlight: a quicklook extension for source files
2 |
3 | This application offers a quicklook extension for MacOS 10.15 Catalina or later for previewing source files.
4 | Inside it uses [Highlight](http://www.andre-simon.de/doku/highlight/en/highlight.php) to render source code with syntax highlighting.
5 |
6 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/config/abi/msvc_suffix.hpp:
--------------------------------------------------------------------------------
1 | // (C) Copyright John Maddock 2003.
2 | // Use, modification and distribution are subject to the
3 | // Boost Software License, Version 1.0. (See accompanying file
4 | // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | #pragma pack(pop)
7 |
8 |
9 |
--------------------------------------------------------------------------------
/ShortcutCommand/ShortcutCommandExtension.swift:
--------------------------------------------------------------------------------
1 | //
2 | // ShortcutCommandExtension.swift
3 | // ShortcutCommand
4 | //
5 | // Created by Sbarex on 25/12/24.
6 | // Copyright © 2024 sbarex. All rights reserved.
7 | //
8 |
9 | import AppIntents
10 |
11 | @main
12 | struct ShortcutCommandExtension: AppIntentsExtension {
13 | }
14 |
--------------------------------------------------------------------------------
/dos2unix/dos2unix.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/inquiry.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "inquiry.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "template-rendering-intent" : "template"
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/SourceCodeSyntaxHighlight.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | IDEDidComputeMac32BitWarning
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/predef/detail/os_detected.h:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright Rene Rivera 2013
3 | Distributed under the Boost Software License, Version 1.0.
4 | (See accompanying file LICENSE_1_0.txt or copy at
5 | http://www.boost.org/LICENSE_1_0.txt)
6 | */
7 |
8 | #ifndef BOOST_PREDEF_DETAIL_OS_DETECTED
9 | #define BOOST_PREDEF_DETAIL_OS_DETECTED 1
10 | #endif
11 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/predef/detail/comp_detected.h:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright Rene Rivera 2014
3 | Distributed under the Boost Software License, Version 1.0.
4 | (See accompanying file LICENSE_1_0.txt or copy at
5 | http://www.boost.org/LICENSE_1_0.txt)
6 | */
7 |
8 | #ifndef BOOST_PREDEF_DETAIL_COMP_DETECTED
9 | #define BOOST_PREDEF_DETAIL_COMP_DETECTED 1
10 | #endif
11 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/square.and.pencil.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "square.and.pencil.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/predef/detail/platform_detected.h:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright Rene Rivera 2014
3 | Distributed under the Boost Software License, Version 1.0.
4 | (See accompanying file LICENSE_1_0.txt or copy at
5 | http://www.boost.org/LICENSE_1_0.txt)
6 | */
7 |
8 | #ifndef BOOST_PREDEF_DETAIL_PLAT_DETECTED
9 | #define BOOST_PREDEF_DETAIL_PLAT_DETECTED 1
10 | #endif
11 |
--------------------------------------------------------------------------------
/highlight-wrapper/lua/doc/index.css:
--------------------------------------------------------------------------------
1 | ul {
2 | list-style-type: none ;
3 | }
4 |
5 | ul.contents {
6 | padding: 0 ;
7 | }
8 |
9 | table {
10 | border: none ;
11 | border-spacing: 0 ;
12 | border-collapse: collapse ;
13 | }
14 |
15 | td {
16 | vertical-align: top ;
17 | padding: 0 ;
18 | text-align: left ;
19 | line-height: 1.25 ;
20 | width: 15% ;
21 | }
22 |
--------------------------------------------------------------------------------
/XPCService/highlight/share2/plugins/reduce_filesize.lua:
--------------------------------------------------------------------------------
1 | Description="Reduce output file size by ignoring numbers and operators"
2 |
3 | Categories = {"format" }
4 |
5 | -- optional parameter: syntax description
6 | function syntaxUpdate(desc)
7 | Digits = '(?!x)x'
8 | Operators = None
9 | end
10 |
11 | Plugins={
12 | { Type="lang", Chunk=syntaxUpdate },
13 | }
14 |
--------------------------------------------------------------------------------
/dos2unix/test/chk_loc.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | if [ ! "$1" ]; then
4 | echo "ERROR argument missing." >&2
5 | echo "Usage: chk_loc.sh " >&2
6 | exit 1
7 | fi
8 |
9 | LOC=`echo $1 | sed 's/-//g'`
10 |
11 | locale -a | sed 's/-//g' | grep -i "^${LOC}$" 2>&1 > /dev/null
12 |
13 | if [ "$?" = "0" ]
14 | then
15 | echo "yes"
16 | else
17 | echo "no"
18 | fi
19 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/config/abi/borland_suffix.hpp:
--------------------------------------------------------------------------------
1 | // (C) Copyright John Maddock 2003.
2 | // Use, modification and distribution are subject to the
3 | // Boost Software License, Version 1.0. (See accompanying file
4 | // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | # pragma option pop
7 | #pragma nopushoptwarn
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/highlight-wrapper/lua/doc/manual.css:
--------------------------------------------------------------------------------
1 | h3 code {
2 | font-family: inherit ;
3 | font-size: inherit ;
4 | }
5 |
6 | pre, code {
7 | font-size: 12pt ;
8 | }
9 |
10 | span.apii {
11 | color: gray ;
12 | float: right ;
13 | font-family: inherit ;
14 | font-style: normal ;
15 | font-size: small ;
16 | }
17 |
18 | h2:before {
19 | content: "" ;
20 | padding-right: 0em ;
21 | }
22 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/aA.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "aA.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/bold.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "bold.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | },
12 | "properties" : {
13 | "template-rendering-intent" : "template",
14 | "preserves-vector-representation" : true
15 | }
16 | }
--------------------------------------------------------------------------------
/Application/Assets.xcassets/re.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "re.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/underline.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "idiom" : "universal",
5 | "filename" : "u.pdf"
6 | }
7 | ],
8 | "info" : {
9 | "version" : 1,
10 | "author" : "xcode"
11 | },
12 | "properties" : {
13 | "template-rendering-intent" : "template",
14 | "preserves-vector-representation" : true
15 | }
16 | }
--------------------------------------------------------------------------------
/Application/Assets.xcassets/Italic.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "I.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/mpl/aux_/preprocessed/bcc551/quote.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2000-2004
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // Preprocessed version of "boost/mpl/quote.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/mpl/aux_/preprocessed/msvc60/quote.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2000-2004
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // Preprocessed version of "boost/mpl/quote.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/mpl/aux_/preprocessed/no_ttp/quote.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2000-2004
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // Preprocessed version of "boost/mpl/quote.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/appearance.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "appearance.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/font_panel.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "font_panel.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/gearshape.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "gearshape.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/paintbrush.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "paintbrush.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/examples/example.pas:
--------------------------------------------------------------------------------
1 | program posneg;
2 | uses crt;
3 | var
4 | no : integer;
5 | begin
6 | clrscr;
7 | Write('Enger a number:');
8 | readln(no);
9 | if (no > 0) then
10 | writeln('You enter Positive Number')
11 | else
12 | if (no < 0) then
13 | writeln('You enter Negative number')
14 | else
15 | if (no = 0) then
16 | writeln('You enter Zero');
17 | readln;
18 | end.
19 |
--------------------------------------------------------------------------------
/ShortcutCommand/Info.plist:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | EXAppExtensionAttributes
6 |
7 | EXExtensionPointIdentifier
8 | com.apple.appintents-extension
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/mpl/aux_/preprocessed/bcc_pre590/quote.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2000-2008
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // *Preprocessed* version of the main "quote.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/chevron.down.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "chevron.down.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/doc.plaintext.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "doc.plaintext.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/folder.fill.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "folder.fill.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/ellipsis.circle.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "ellipsis.circle.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/XPCService/highlight/share2/plugins/token_add_state_ids.lua:
--------------------------------------------------------------------------------
1 |
2 | Description="Add internal state IDs behind each token (for debugging)."
3 |
4 | Categories = {"debug" }
5 |
6 | function syntaxUpdate(desc)
7 | function Decorate(token, state)
8 | return token .. ' ('.. string.format("%d",state) .. ')'
9 | end
10 | end
11 |
12 | Plugins={
13 |
14 | { Type="lang", Chunk=syntaxUpdate },
15 |
16 | }
17 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/checkmark.circle.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "checkmark.circle.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/minus.circle.fill.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "minus.circle.fill.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/plus.circle.fill.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "plus.circle.fill.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/examples/example.c:
--------------------------------------------------------------------------------
1 | // C source file example
2 |
3 | #include
4 | int main()
5 | {
6 | int number;
7 | // printf() dislpays the formatted output
8 | printf("Enter an integer: ");
9 |
10 | // scanf() reads the formatted input and stores them
11 | scanf("%d", &number);
12 |
13 | /* printf() displays the formatted output */
14 | printf("You entered: %d", number);
15 | return 0;
16 | }
17 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/core/use_default.hpp:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright 2019 Glen Joseph Fernandes
3 | (glenjofe@gmail.com)
4 |
5 | Distributed under the Boost Software License, Version 1.0.
6 | (http://www.boost.org/LICENSE_1_0.txt)
7 | */
8 | #ifndef BOOST_CORE_USE_DEFAULT_HPP
9 | #define BOOST_CORE_USE_DEFAULT_HPP
10 |
11 | namespace boost {
12 |
13 | struct use_default { };
14 |
15 | } /* boost */
16 |
17 | #endif
18 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/mpl/aux_/preprocessed/dmc/template_arity.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2001-2004
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // Preprocessed version of "boost/mpl/aux_/template_arity.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/mpl/aux_/preprocessed/mwcw/template_arity.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2001-2004
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // Preprocessed version of "boost/mpl/aux_/template_arity.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/mpl/aux_/preprocessed/plain/template_arity.hpp:
--------------------------------------------------------------------------------
1 |
2 | // Copyright Aleksey Gurtovoy 2001-2004
3 | //
4 | // Distributed under the Boost Software License, Version 1.0.
5 | // (See accompanying file LICENSE_1_0.txt or copy at
6 | // http://www.boost.org/LICENSE_1_0.txt)
7 | //
8 |
9 | // Preprocessed version of "boost/mpl/aux_/template_arity.hpp" header
10 | // -- DO NOT modify by hand!
11 |
12 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/arrow.up.circle.fill.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "arrow.up.circle.fill.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/slider.horizontal.3.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "slider.horizontal.3.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/predef/library/c/_prefix.h:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright Rene Rivera 2008-2013
3 | Distributed under the Boost Software License, Version 1.0.
4 | (See accompanying file LICENSE_1_0.txt or copy at
5 | http://www.boost.org/LICENSE_1_0.txt)
6 | */
7 |
8 | #ifndef BOOST_PREDEF_LIBRARY_C__PREFIX_H
9 | #define BOOST_PREDEF_LIBRARY_C__PREFIX_H
10 |
11 | #include
12 |
13 | #endif
14 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/arrow.down.circle.fill.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "arrow.down.circle.fill.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/support_files.xcfilelist:
--------------------------------------------------------------------------------
1 | #
2 | $(SRCROOT)/Application/resources/colorize.sh
3 | $(SRCROOT)/Application/resources/style.css
4 | $(SRCROOT)/Application/resources/style2.css
5 |
6 | $(SRCROOT)/Application/resources/html_editor.lua
7 | $(SRCROOT)/Application/resources/vcs.lua
8 | $(SRCROOT)/Application/resources/about.lua
9 | $(SRCROOT)/Application/resources/debug.lua
10 |
11 | $(SRCROOT)/Application/resources/settings.yaml
12 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/detail/workaround.hpp:
--------------------------------------------------------------------------------
1 | // Copyright David Abrahams 2002.
2 | // Distributed under the Boost Software License, Version 1.0. (See
3 | // accompanying file LICENSE_1_0.txt or copy at
4 | // http://www.boost.org/LICENSE_1_0.txt)
5 | #ifndef BOOST_WORKAROUND_DWA2002126_HPP
6 | #define BOOST_WORKAROUND_DWA2002126_HPP
7 |
8 | #include
9 |
10 | #endif // BOOST_WORKAROUND_DWA2002126_HPP
11 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/predef/detail/_exception.h:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright Rene Rivera 2011-2012
3 | Distributed under the Boost Software License, Version 1.0.
4 | (See accompanying file LICENSE_1_0.txt or copy at
5 | http://www.boost.org/LICENSE_1_0.txt)
6 | */
7 |
8 | #ifndef BOOST_PREDEF_DETAIL__EXCEPTION_H
9 | #define BOOST_PREDEF_DETAIL__EXCEPTION_H
10 |
11 | #if defined(__cplusplus)
12 | #include
13 | #endif
14 |
15 | #endif
16 |
--------------------------------------------------------------------------------
/Application/Assets.xcassets/line.3.horizontal.decrease.circle.imageset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "images" : [
3 | {
4 | "filename" : "line.horizontal.3.decrease.circle.pdf",
5 | "idiom" : "universal"
6 | }
7 | ],
8 | "info" : {
9 | "author" : "xcode",
10 | "version" : 1
11 | },
12 | "properties" : {
13 | "preserves-vector-representation" : true,
14 | "template-rendering-intent" : "template"
15 | }
16 | }
17 |
--------------------------------------------------------------------------------
/Application/examples/example.jsx:
--------------------------------------------------------------------------------
1 | // get the active document
2 | var doc = app.activeDocument;
3 |
4 | // get reference to layer 1
5 | var layer = doc.layers[0];
6 |
7 | // create new text frame and add it to the layer
8 | var text = layer.textFrames.add();
9 |
10 | // set position and contents of text frame
11 | text.position = [0,0];
12 | text.contents = "Hello World";
13 |
14 | /**
15 | *
16 | */
17 | function test(param1) {
18 | return param1;
19 | }
--------------------------------------------------------------------------------
/highlight-wrapper/boost/predef/version.h:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright Rene Rivera 2015-2016
3 | Distributed under the Boost Software License, Version 1.0.
4 | (See accompanying file LICENSE_1_0.txt or copy at
5 | http://www.boost.org/LICENSE_1_0.txt)
6 | */
7 |
8 | #ifndef BOOST_PREDEF_VERSION_H
9 | #define BOOST_PREDEF_VERSION_H
10 |
11 | #include
12 |
13 | #define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,15,1)
14 |
15 | #endif
16 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/numeric/odeint/util/ublas_matrix_expression.patch:
--------------------------------------------------------------------------------
1 | 3390,3392c3390
2 | < typename enable_if< is_convertible,
3 | < typename matrix_binary_scalar2_traits >::result_type
4 | < > ::result_type
5 | ---
6 | > typename matrix_binary_scalar2_traits >::result_type
7 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/predef/detail/_cassert.h:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright Rene Rivera 2011-2012
3 | Distributed under the Boost Software License, Version 1.0.
4 | (See accompanying file LICENSE_1_0.txt or copy at
5 | http://www.boost.org/LICENSE_1_0.txt)
6 | */
7 |
8 | #ifndef BOOST_PREDEF_DETAIL__CASSERT_H
9 | #define BOOST_PREDEF_DETAIL__CASSERT_H
10 |
11 | #if defined(__cplusplus)
12 | #include
13 | #else
14 | #include
15 | #endif
16 |
17 | #endif
18 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/ref.hpp:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2014 Glen Fernandes
3 | *
4 | * Distributed under the Boost Software License, Version 1.0. (See
5 | * accompanying file LICENSE_1_0.txt or copy at
6 | * http://www.boost.org/LICENSE_1_0.txt)
7 | */
8 |
9 | #ifndef BOOST_REF_HPP
10 | #define BOOST_REF_HPP
11 |
12 | // The header file at this path is deprecated;
13 | // use boost/core/ref.hpp instead.
14 |
15 | #include
16 |
17 | #endif
18 |
--------------------------------------------------------------------------------
/dos2unix/test/info.txt:
--------------------------------------------------------------------------------
1 | 6 0 0 no_bom text dos.txt
2 | 0 6 0 no_bom text unix.txt
3 | 0 0 6 no_bom text mac.txt
4 | 6 6 6 no_bom text mixed.txt
5 | 0 51 52 no_bom binary utf16len.txt
6 | 0 50 0 no_bom text utf8unix.txt
7 | 50 0 0 UTF-8 text utf8dos.txt
8 | 50 0 0 GB18030 text gb18030.txt
9 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/utility/declval.hpp:
--------------------------------------------------------------------------------
1 | // declval.hpp -------------------------------------------------------------//
2 |
3 | // Copyright 2010 Vicente J. Botet Escriba
4 |
5 | // Distributed under the Boost Software License, Version 1.0.
6 | // See http://www.boost.org/LICENSE_1_0.txt
7 |
8 | #ifndef BOOST_UTILITY_DECLVAL_HPP
9 | #define BOOST_UTILITY_DECLVAL_HPP
10 |
11 | #include
12 |
13 | #endif // BOOST_UTILITY_DECLVAL_HPP
14 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/exception/enable_error_info.hpp:
--------------------------------------------------------------------------------
1 | //Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
2 |
3 | //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 | //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | #ifndef BOOST_EXCEPTION_A0F7404AF7CF11E6908227DD14915323
7 | #define BOOST_EXCEPTION_A0F7404AF7CF11E6908227DD14915323
8 |
9 | #include
10 |
11 | #endif
12 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/predef/detail/test.h:
--------------------------------------------------------------------------------
1 | /*
2 | Copyright Rene Rivera 2011-2012
3 | Distributed under the Boost Software License, Version 1.0.
4 | (See accompanying file LICENSE_1_0.txt or copy at
5 | http://www.boost.org/LICENSE_1_0.txt)
6 | */
7 |
8 | #ifndef BOOST_PREDEF_DETAIL_TEST_H
9 | #define BOOST_PREDEF_DETAIL_TEST_H
10 |
11 | #if !defined(BOOST_PREDEF_INTERNAL_GENERATE_TESTS)
12 |
13 | #define BOOST_PREDEF_DECLARE_TEST(x,s)
14 |
15 | #endif
16 |
17 | #endif
18 |
--------------------------------------------------------------------------------
/XPCService/highlight/share2/langDefs/diff.lang:
--------------------------------------------------------------------------------
1 |
2 | Description="Diff"
3 |
4 | Categories = {"text"}
5 |
6 | Digits=[[ ^[\d,]*[ac]\d* ]]
7 |
8 | Keywords={
9 | { Id=1,
10 | Regex=[[^[-<].*]],
11 | },
12 | { Id=2,
13 | Regex=[[^[+>].*]],
14 | },
15 | { Id=3,
16 | Regex=[[^\.$]],
17 | },
18 | { Id=4,
19 | Regex=[[^@@.*@@$]],
20 | },
21 | }
22 |
23 | Comments={
24 | { Block=false,
25 | Delimiter= { [[regex(^\-\-\-$)]] },
26 | },
27 | }
28 |
29 |
--------------------------------------------------------------------------------
/dos2unix/test/testps8.ps1:
--------------------------------------------------------------------------------
1 | # This script demonstrates how to use Unicode file names
2 | # in a PowerShell script.
3 | # This script is in UTF-8 encoding, with BOM.
4 |
5 | $env:DOS2UNIX_DISPLAY_ENC = "utf8"
6 |
7 | dos2unix -i uni_el_αρχείο.txt uni_zh_文件.txt
8 |
9 | echo "test select-string:"
10 |
11 | # select-string requires a BOM.
12 | $env:DOS2UNIX_DISPLAY_ENC = "utf8bom"
13 | dos2unix -i uni* | select-string -encoding utf8 -pattern αρχ
14 |
15 | $env:DOS2UNIX_DISPLAY_ENC = ""
16 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/exception/enable_current_exception.hpp:
--------------------------------------------------------------------------------
1 | //Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
2 |
3 | //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 | //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | #ifndef BOOST_EXCEPTION_851700A4F7CF11E6B2EE06DD14915323
7 | #define BOOST_EXCEPTION_851700A4F7CF11E6B2EE06DD14915323
8 |
9 | #include
10 |
11 | #endif
12 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/exception/error_info.hpp:
--------------------------------------------------------------------------------
1 | //Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
2 |
3 | //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 | //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 |
6 | #ifndef BOOST_EXCEPTION_EE7ECCA0433B11E1923E37064924019B
7 | #define BOOST_EXCEPTION_EE7ECCA0433B11E1923E37064924019B
8 | namespace boost { template class error_info; }
9 | #endif
10 |
--------------------------------------------------------------------------------
/Application/examples/example.lua:
--------------------------------------------------------------------------------
1 | function replace_vars(str, vars)
2 | -- Allow replace_vars{str, vars} syntax as well as replace_vars(str, {vars})
3 | if not vars then
4 | vars = str
5 | str = vars[1]
6 | end
7 | return (string_gsub(str, "({([^}]+)})",
8 | function(whole,i)
9 | return vars[i] or whole
10 | end))
11 | end
12 |
13 | -- Example:
14 | output = replace{
15 | [[Hello {name}, welcome to {company}. ]],
16 | name = name,
17 | company = get_company_name()
18 | }
19 |
--------------------------------------------------------------------------------
/XPCService/highlight/share2/langDefs/xpp.lang:
--------------------------------------------------------------------------------
1 |
2 | Description="SuperX++"
3 |
4 | Categories = {"source"}
5 |
6 | Keywords={
7 | { Id=1,
8 | Regex=[[?|>]],
9 | },
10 | { Id=2,
11 | Regex=[[([-\w]+)="]],
12 | },
13 | { Id=3,
14 | Regex=[[\&\#?\w+;]],
15 | },
16 | { Id=4,
17 | List={"bool", "date", "double", "float", "int", "long", "short", "string", "void"},
18 | },
19 | }
20 |
21 | Strings={
22 | Delimiter=[["]],
23 | }
24 |
25 | IgnoreCase=false
26 |
--------------------------------------------------------------------------------
/syntax_highlight_cli/syntax_highlight_cli.entitlements:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | com.apple.security.app-sandbox
6 |
7 | com.apple.security.temporary-exception.shared-preference.read-only
8 |
9 | org.sbarex.SourceCodeSyntaxHighlight
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/Application/examples/example.ini:
--------------------------------------------------------------------------------
1 | [Settings]
2 |
3 | #======================================================================
4 |
5 | # Set detailed log for additional debugging info
6 |
7 | DetailedLog=1
8 |
9 | RunStatus=1
10 |
11 | StatusPort=6090
12 |
13 | StatusRefresh=10
14 |
15 | Archive=1
16 |
17 | # Sets the location of the MV_FTP log file
18 |
19 | LogFile=/opt/ecs/mvuser/MV_IPTel/log/MV_IPTel.log
20 |
21 | #======================================================================
22 |
--------------------------------------------------------------------------------
/dos2unix/TODO.txt:
--------------------------------------------------------------------------------
1 |
2 | TO DO
3 | =====
4 |
5 | * Translations.
6 |
7 | All translations are going via the Translation Project.
8 |
9 | User interface messages:
10 | See https://translationproject.org/domain/dos2unix.html
11 |
12 | Manual:
13 | See https://translationproject.org/domain/dos2unix-man.html
14 |
15 |
16 | * Support writing to symbolic link targets of Windows native
17 | symbolic links (Windows Vista and up).
18 |
19 | * Keep original owner in old file mode, on Windows.
20 |
21 |
--------------------------------------------------------------------------------
/highlight-wrapper/boost/noncopyable.hpp:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2014 Glen Fernandes
3 | *
4 | * Distributed under the Boost Software License, Version 1.0. (See
5 | * accompanying file LICENSE_1_0.txt or copy at
6 | * http://www.boost.org/LICENSE_1_0.txt)
7 | */
8 |
9 | #ifndef BOOST_NONCOPYABLE_HPP
10 | #define BOOST_NONCOPYABLE_HPP
11 |
12 | // The header file at this path is deprecated;
13 | // use boost/core/noncopyable.hpp instead.
14 |
15 | #include
16 |
17 | #endif
18 |
--------------------------------------------------------------------------------
/XPCService/highlight/share2/langDefs/vue.lang:
--------------------------------------------------------------------------------
1 |
2 | Description="vue.js (beta)"
3 |
4 | Categories = {"script", "javascript"}
5 |
6 | Keywords={
7 | { Id=1,
8 | Regex=[[<[!?]?(?!\-\-)\/?[\w\:\-]+>?|[/?]?>]],
9 | Group=0,
10 | },
11 |
12 | }
13 |
14 |
15 | NestedSections = {
16 |
17 | { Lang="css", Delimiter= { [[