diff --git a/databases/jetbrains-datagrip/Makefile b/databases/jetbrains-datagrip/Makefile index 109ac4784e7b..7ececa1a5666 100644 --- a/databases/jetbrains-datagrip/Makefile +++ b/databases/jetbrains-datagrip/Makefile @@ -1,60 +1,78 @@ PORTNAME= datagrip -DISTVERSION= 2022.3.3 +DISTVERSION= 2023.1.2 CATEGORIES= databases java MASTER_SITES= https://download-cf.jetbrains.com/datagrip/ PKGNAMEPREFIX= jetbrains- DIST_SUBDIR= jetbrains MAINTAINER= dch@FreeBSD.org COMMENT= JetBrains DataGrip IDE for your Databases WWW= https://www.jetbrains.com/datagrip/ LICENSE= IntelliJ-datagrip LICENSE_NAME= Subscription license agreement for business and organizations LICENSE_TEXT= See: https://www.jetbrains.com/store/license.html LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +BUILD_DEPENDS= jna>0:devel/jna RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ + jetbrains-pty4j>=0.12.10:devel/jetbrains-pty4j \ lsof:sysutils/lsof -USES= python:run shebangfix +USES= desktop-file-utils python:run shebangfix ssl USE_JAVA= yes -JAVA_VERSION= 11+ +JAVA_VERSION= 17+ USE_LDCONFIG= yes SHEBANG_FILES= bin/restart.py NO_ARCH= yes +NO_ARCH_IGNORE= libjnidispatch.so NO_BUILD= yes SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message +SUB_LIST= JAVA_HOME=${JAVA_HOME} WRKSRC= ${WRKDIR}/DataGrip-${PORTVERSION} do-install: # Linux/Windows/OS X only so remove them @${RM} -r \ ${WRKSRC}/bin/clang \ ${WRKSRC}/bin/cmake \ ${WRKSRC}/bin/fsnotifier \ ${WRKSRC}/bin/fsnotifier-arm \ ${WRKSRC}/bin/fsnotifier64 \ ${WRKSRC}/bin/gdb/linux \ ${WRKSRC}/bin/lldb/linux \ ${WRKSRC}/jbr \ ${WRKSRC}/jre64 \ ${WRKSRC}/lib/pty4j-native \ ${WRKSRC}/plugins/cwm-plugin/quiche-native \ ${WRKSRC}/plugins/performanceTesting/bin ${MKDIR} ${STAGEDIR}${DATADIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \ - "! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh") - @(cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh") - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ + @(cd ${WRKSRC} && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} "! -name *\.bak ! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh") + @(cd ${WRKSRC} && \ + ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh") + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 \ + ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop \ + ${STAGEDIR}${PREFIX}/share/applications/ # Use fsnotifier replacement provided by java/intellij-fsnotifier - ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties + ${ECHO} "idea.filewatcher.executable.path=${PREFIX}/intellij/bin/fsnotifier" \ + >> ${STAGEDIR}${DATADIR}/bin/idea.properties +# Install FreeBSD native lib provided by devel/jna + @${MKDIR} ${WRKDIR}/jna + @(cd ${WRKDIR}/jna && \ + ${JAR} xf ${JAVAJARDIR}/jna.jar com/sun/jna/freebsd-x86-64/libjnidispatch.so) + ${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/amd64 + ${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so \ + ${STAGEDIR}${DATADIR}/lib/jna/amd64/ +# Use pty4j replacement provided by devel/jetbrains-pty4j + ${LN} -sf ../../../lib/pty4j ${STAGEDIR}${DATADIR}/lib/pty4j .include diff --git a/databases/jetbrains-datagrip/distinfo b/databases/jetbrains-datagrip/distinfo index 0d12d4220235..633483abd8d5 100644 --- a/databases/jetbrains-datagrip/distinfo +++ b/databases/jetbrains-datagrip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674318335 -SHA256 (jetbrains/datagrip-2022.3.3.tar.gz) = a5575ff7e80dd4e9390eb64fc54ed4a924403950da0c38da548de3c4bd97b34b -SIZE (jetbrains/datagrip-2022.3.3.tar.gz) = 569259324 +TIMESTAMP = 1686547442 +SHA256 (jetbrains/datagrip-2023.1.2.tar.gz) = 57e8a79d69d9f34957fe7fa1307296396ab7c2b84bacffb6d86616cbcd596edd +SIZE (jetbrains/datagrip-2023.1.2.tar.gz) = 568353216 diff --git a/databases/jetbrains-datagrip/files/datagrip.desktop.in b/databases/jetbrains-datagrip/files/datagrip.desktop.in index 8befcc74e2fb..82b6e8c33030 100644 --- a/databases/jetbrains-datagrip/files/datagrip.desktop.in +++ b/databases/jetbrains-datagrip/files/datagrip.desktop.in @@ -1,12 +1,12 @@ [Desktop Entry] Version=1.0 Encoding=UTF-8 Type=Application Name=DataGrip GenericName=DataGrip Comment=DataGrip Integrated Development Environment Icon=%%DATADIR%%/bin/datagrip.png -Exec=%%DATADIR%%/bin/datagrip.sh +Exec=%%PREFIX%%/bin/datagrip Terminal=false StartupNotify=true Categories=Application;Development; diff --git a/databases/jetbrains-datagrip/files/datagrip.in b/databases/jetbrains-datagrip/files/datagrip.in index 227adaf3e9bb..5ec79e7d38d6 100644 --- a/databases/jetbrains-datagrip/files/datagrip.in +++ b/databases/jetbrains-datagrip/files/datagrip.in @@ -1,3 +1,5 @@ #!/bin/sh -export JAVA_HOME="${JAVA_HOME:=/usr/local/openjdk11}" +export JAVA_HOME="${JAVA_HOME:-"%%JAVA_HOME%%"}" +export SHELL="/bin/sh" + exec "%%DATADIR%%/bin/datagrip.sh" "$@" diff --git a/databases/jetbrains-datagrip/pkg-plist b/databases/jetbrains-datagrip/pkg-plist index fbc84263f00a..cdcff388abca 100644 --- a/databases/jetbrains-datagrip/pkg-plist +++ b/databases/jetbrains-datagrip/pkg-plist @@ -1,856 +1,858 @@ @dir %%DATADIR%%/lib/jna/amd64 +@dir %%DATADIR%%/lib/native/linux-x86_64 @dir %%DATADIR%%/lib/pty4j/linux/x86-64 +@dir %%DATADIR%%/plugins/performanceTesting-yourkit/bin %%DATADIR%%/bin/brokenPlugins.db %%DATADIR%%/bin/datagrip.png %%DATADIR%%/bin/datagrip.sh %%DATADIR%%/bin/datagrip.svg %%DATADIR%%/bin/datagrip64.vmoptions %%DATADIR%%/bin/format.sh -%%DATADIR%%/bin/icons/icons-v2-1.0-d.db -%%DATADIR%%/bin/icons/icons-v2-1.0.db -%%DATADIR%%/bin/icons/icons-v2-1.25-d.db -%%DATADIR%%/bin/icons/icons-v2-1.25.db -%%DATADIR%%/bin/icons/icons-v2-1.5-d.db -%%DATADIR%%/bin/icons/icons-v2-1.5.db -%%DATADIR%%/bin/icons/icons-v2-2.0-d.db -%%DATADIR%%/bin/icons/icons-v2-2.0.db -%%DATADIR%%/bin/icons/icons-v2-2.5-d.db -%%DATADIR%%/bin/icons/icons-v2-2.5.db +%%DATADIR%%/bin/icons/icon-v4-1.0-d.db +%%DATADIR%%/bin/icons/icon-v4-1.0.db +%%DATADIR%%/bin/icons/icon-v4-1.25-d.db +%%DATADIR%%/bin/icons/icon-v4-1.25.db +%%DATADIR%%/bin/icons/icon-v4-1.5-d.db +%%DATADIR%%/bin/icons/icon-v4-1.5.db +%%DATADIR%%/bin/icons/icon-v4-2.0-d.db +%%DATADIR%%/bin/icons/icon-v4-2.0.db +%%DATADIR%%/bin/icons/icon-v4-2.5-d.db +%%DATADIR%%/bin/icons/icon-v4-2.5.db %%DATADIR%%/bin/idea.properties %%DATADIR%%/bin/inspect.sh %%DATADIR%%/bin/ltedit.sh %%DATADIR%%/bin/remote-dev-server.sh %%DATADIR%%/bin/repair %%DATADIR%%/bin/restart.py %%DATADIR%%/build.txt %%DATADIR%%/Install-Linux-tar.txt -%%DATADIR%%/lib/3rd-party-native.jar %%DATADIR%%/lib/3rd-party-rt.jar %%DATADIR%%/lib/annotations-java5.jar %%DATADIR%%/lib/app.jar %%DATADIR%%/lib/async-profiler-windows.jar %%DATADIR%%/lib/async-profiler.jar -%%DATADIR%%/lib/build-marker-DB-223.8617.3 +%%DATADIR%%/lib/build-marker-DB-231.9011.35 %%DATADIR%%/lib/byte-buddy-agent.jar %%DATADIR%%/lib/cds/classesLogAgent.jar %%DATADIR%%/lib/error-prone-annotations.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/externalProcess-rt.jar %%DATADIR%%/lib/forms_rt.jar %%DATADIR%%/lib/groovy.jar -%%DATADIR%%/lib/intellij-coverage-agent-1.0.682.jar +%%DATADIR%%/lib/intellij-coverage-agent-1.0.706.jar %%DATADIR%%/lib/intellij-test-discovery.jar %%DATADIR%%/lib/jetbrains-annotations.jar +%%DATADIR%%/lib/jna/amd64/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar %%DATADIR%%/lib/jsch-agent.jar -%%DATADIR%%/lib/platform-objectSerializer-annotations.jar -%%DATADIR%%/lib/platform-statistics-devkit.jar %%DATADIR%%/lib/protobuf.jar +%%DATADIR%%/lib/pty4j/pty4j %%DATADIR%%/lib/rd.jar %%DATADIR%%/lib/stats.jar %%DATADIR%%/lib/util_rt.jar +%%DATADIR%%/lib/util-8.jar %%DATADIR%%/lib/util.jar %%DATADIR%%/license/javahelp_license.txt %%DATADIR%%/license/javolution_license.txt %%DATADIR%%/license/saxon-conditions.html %%DATADIR%%/license/third-party-libraries.html %%DATADIR%%/license/third-party-libraries.json %%DATADIR%%/license/yourkit-license-redist.txt %%DATADIR%%/plugins/cloudConfig/lib/cloudConfig.jar %%DATADIR%%/plugins/color-scheme-solarized-datagrip/lib/color-scheme-solarized-datagrip.jar %%DATADIR%%/plugins/color-scheme-vibrant_ink/lib/color-scheme-vibrant_ink.jar %%DATADIR%%/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar %%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar %%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar %%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar %%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar %%DATADIR%%/plugins/datagrip-impl/lib/datagrip-impl.jar %%DATADIR%%/plugins/DataGripHelp/lib/datagrip-help.jar %%DATADIR%%/plugins/DataGripHelp/lib/help-datagrip-assets.jar %%DATADIR%%/plugins/dev/lib/dev.jar %%DATADIR%%/plugins/grid-core-impl/lib/grid-core.jar %%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar %%DATADIR%%/plugins/grid-impl/lib/grid.jar +%%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar +%%DATADIR%%/plugins/performanceTesting-yourkit/lib/performanceTesting-yourkit.jar +%%DATADIR%%/plugins/performanceTesting-yourkit/lib/yjp-controller-api-redist.jar %%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar -%%DATADIR%%/plugins/performanceTesting/lib/yjp-controller-api-redist.jar %%DATADIR%%/plugins/platform-images/lib/platform-images.jar %%DATADIR%%/plugins/platform-langInjection/lib/IntelliLang.jar %%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar %%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar %%DATADIR%%/plugins/remote-dev-server/bin/launcher.sh -%%DATADIR%%/plugins/remote-dev-server/bin/xplat-launcher-third-party-licenses-x86_64-linux.html -%%DATADIR%%/plugins/remote-dev-server/bin/xplat-launcher-x86_64-linux %%DATADIR%%/plugins/remote-dev-server/lib/remote-dev-server.jar %%DATADIR%%/plugins/remote-dev-server/selfcontained/bin/xkbcomp %%DATADIR%%/plugins/remote-dev-server/selfcontained/bin/Xvfb %%DATADIR%%/plugins/remote-dev-server/selfcontained/fontconfig/fonts.conf %%DATADIR%%/plugins/remote-dev-server/selfcontained/fontconfig/fonts/DejaVuLGCSans.ttf %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libasound.so.2 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatk-1.0.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatk-bridge-2.0.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatspi.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libattr.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libavahi-client.so.3 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libavahi-common.so.3 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libbz2.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcairo.so.2 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcap.so.2 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcom_err.so.2 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcrypto.so.10 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcups.so.2 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdbus-1.so.3 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdrm.so.2 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdw.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libEGL.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libelf.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libexpat.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libffi.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontconfig.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontenc.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfreetype.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfribidi.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgbm.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgcrypt.so.11 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgio-2.0.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGL.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libglapi.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLdispatch.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libglib-2.0.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLX.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgmodule-2.0.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgobject-2.0.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgpg-error.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgssapi_krb5.so.2 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libk5crypto.so.3 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkeyutils.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkrb5.so.3 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkrb5support.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblz4.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblzma.so.5 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpango-1.0.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpci.so.3 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpcre.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpixman-1.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpng15.so.15 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsqlite3.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libssl.so.10 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libstdc++.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsystemd.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libthai.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libuuid.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libwayland-client.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libwayland-server.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11-xcb.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXau.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb-render.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb-shm.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcomposite.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcursor.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXdamage.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXdmcp.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXext.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXfixes.so.3 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXfont2.so.2 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXi.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxkbcommon.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxkbfile.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXrandr.so.2 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXrender.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxshmfence.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXtst.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXxf86vm.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libz.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/accessx %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/basic %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/caps %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/complete %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/iso9995 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/japan %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/ledcaps %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/lednum %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/ledscroll %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/level5 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/misc %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/mousekeys %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/olpc %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/pc %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/pc98 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/README %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/xfree86 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/xtest %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/amiga %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/ataritt %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/chicony %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/dell %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/lk %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/pc %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/unix %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/everex %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/fujitsu %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/hhk %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/hp %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/keytronic %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/kinesis %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/macintosh %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/microsoft %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/nec %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/nokia %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/northgate %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/pc %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/README %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sanwa %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/indigo %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/indy %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/O2 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sony %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/steelseries %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sun %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/teck %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/thinkpad %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/typematrix %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/winbook %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/aliases %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/amiga %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/ataritt %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/digital_vndr/lk %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/digital_vndr/pc %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/empty %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/evdev %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/fujitsu %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/hp %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/ibm %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/jolla %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/macintosh %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/olpc %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/README %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/indigo %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/indy %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/iris %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sony %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sun %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/xfree86 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/xfree98 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.extras.xml %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.lst %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.xml %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.extras.xml %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.lst %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.xml %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/README %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/xfree98 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/xkb.dtd %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/af %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/al %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/altwin %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/am %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/apl %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ara %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/at %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/au %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/az %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ba %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bd %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/be %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bg %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/br %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/brai %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bt %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bw %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/by %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ca %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/capslock %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cd %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ch %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cm %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cn %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/compose %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ctrl %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cz %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/de %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/lk %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/pc %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/us %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/vt %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/dk %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/dz %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ee %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/empty %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/epo %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/es %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/et %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/eu %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/eurosign %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fi %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fo %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fr %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fujitsu_vndr/jp %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fujitsu_vndr/us %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gb %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ge %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gh %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gn %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gr %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/group %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hp_vndr/us %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hr %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hu %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/id %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ie %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/il %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/in %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/inet %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/iq %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ir %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/is %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/it %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/jolla_vndr/sbj %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/jp %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ke %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/keypad %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kg %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kh %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kpdl %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kr %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kz %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/la %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/latam %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/latin %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/level3 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/level5 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lk %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lt %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lv %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ma %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/apple %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/ch %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/de %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/dk %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/fi %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/fr %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/gb %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/is %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/it %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/jp %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/latam %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/nl %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/no %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/pt %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/se %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/us %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mao %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/md %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/me %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mk %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ml %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mm %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mn %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mt %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mv %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/my %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nbsp %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nec_vndr/jp %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ng %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nl %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/no %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/rx-44 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/rx-51 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/su-8w %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/np %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/olpc %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/parens %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pc %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ph %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pk %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pl %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pt %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ro %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/rs %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ru %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/rupeesign %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/se %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sgi_vndr/jp %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/sl-c3x00 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws003sh %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws007sh %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws011sh %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws020sh %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/shift %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/si %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sk %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sn %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sony_vndr/us %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/srvr_ctrl %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ara %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/be %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/br %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ca %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ch %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/cz %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/de %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/dk %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ee %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/es %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/fi %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/fr %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/gb %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/gr %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/it %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/jp %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/kr %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/lt %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/lv %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/nl %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/no %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/pl %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/pt %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ro %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ru %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/se %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/sk %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/solaris %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/tr %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/tw %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ua %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/us %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sy %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/terminate %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tg %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/th %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tj %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tm %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tr %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/trans %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tw %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/typo %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tz %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ua %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/us %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/uz %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/vn %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/xfree68_vndr/amiga %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/xfree68_vndr/ataritt %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/za %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/basic %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/cancel %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/caps %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/complete %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/default %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/extra %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/iso9995 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/level5 %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/mousekeys %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/nokia %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/numpad %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/pc %%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/README %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar %%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar %%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/bat/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/bat/package.json %%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/clojure/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.json %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/cpp/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/c.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/cpp.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/csharp/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/csharp/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/csharp/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.json %%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/csharp/snippets/csharp.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/css/.vscode/launch.json %%DATADIR%%/plugins/textmate/lib/bundles/css/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/css/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/css/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/css/package.json %%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/dart/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/dart/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/dart/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/dart/package.json %%DATADIR%%/plugins/textmate/lib/bundles/dart/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/dart/syntaxes/dart.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/diff/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/diff/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/diff/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/diff/package.json %%DATADIR%%/plugins/textmate/lib/bundles/diff/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/diff/syntaxes/diff.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/docker/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json %%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/erlang/grammar/Erlang.plist %%DATADIR%%/plugins/textmate/lib/bundles/erlang/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/erlang/package.json %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.json %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/git-base/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md %%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/git-base/tsconfig.json %%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/go/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/go/package.json %%DATADIR%%/plugins/textmate/lib/bundles/go/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/groovy/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/groovy/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/groovy/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.json %%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/groovy/snippets/groovy.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.json %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/html/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/html/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/html/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/html/package.json %%DATADIR%%/plugins/textmate/lib/bundles/html/package.nls.json +%%DATADIR%%/plugins/textmate/lib/bundles/html/snippets/html.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/ini/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/ini/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/ini/ini.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/ini/package.json %%DATADIR%%/plugins/textmate/lib/bundles/ini/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/ini/properties.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/java/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/java/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/java/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/java/package.json %%DATADIR%%/plugins/textmate/lib/bundles/java/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/java/snippets/java.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/javascript/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/snippets/javascript.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md %%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage %%DATADIR%%/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/json/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/json/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/json/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/json/package.json %%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json %%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md %%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/julia/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/julia/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/julia/package.json %%DATADIR%%/plugins/textmate/lib/bundles/julia/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/kotlin/info.plist -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/package.json %%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet %%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet %%DATADIR%%/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage %%DATADIR%%/plugins/textmate/lib/bundles/latex/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/latex/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/cpp-bailout-license.txt %%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-cpp-embedded-language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-license.txt %%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/less/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/less/package.json %%DATADIR%%/plugins/textmate/lib/bundles/less/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/log/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/log/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/log/package.json %%DATADIR%%/plugins/textmate/lib/bundles/log/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/lua/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/lua/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/lua/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/lua/package.json %%DATADIR%%/plugins/textmate/lib/bundles/lua/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/make/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/make/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/make/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/make/package.json %%DATADIR%%/plugins/textmate/lib/bundles/make/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/tsconfig.json %%DATADIR%%/plugins/textmate/lib/bundles/mdx/license %%DATADIR%%/plugins/textmate/lib/bundles/mdx/package.json %%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/perl/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/perl.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/launch.json %%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/tasks.json %%DATADIR%%/plugins/textmate/lib/bundles/php/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/php/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/php/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/php/package.json %%DATADIR%%/plugins/textmate/lib/bundles/php/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/php/snippets/php.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/powershell/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/powershell/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/powershell/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.json %%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/powershell/snippets/powershell.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/pug/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/pug/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/pug/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/pug/package.json %%DATADIR%%/plugins/textmate/lib/bundles/pug/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/launch.json %%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json %%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/python/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/python/package.json %%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/r/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/r/package.json %%DATADIR%%/plugins/textmate/lib/bundles/r/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/razor/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/razor/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/razor/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json %%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.json %%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/ruby/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.json %%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/rust/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/rust/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/rust/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/rust/package.json %%DATADIR%%/plugins/textmate/lib/bundles/rust/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/scss/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/scss/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/scss/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/scss/package.json %%DATADIR%%/plugins/textmate/lib/bundles/scss/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json %%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md %%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json %%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.json %%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/shellscript/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/shellscript/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/shellscript/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.json %%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/sql/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/sql/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/sql/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/sql/package.json %%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/swift/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md %%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json %%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE %%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json %%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md %%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json %%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md %%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md %%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/functions.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/twig.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json %%DATADIR%%/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/vb/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/vb/package.json %%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets %%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json %%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt %%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/xml/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/xml.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/yaml/.vscodeignore %%DATADIR%%/plugins/textmate/lib/bundles/yaml/cgmanifest.json %%DATADIR%%/plugins/textmate/lib/bundles/yaml/language-configuration.json %%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.json %%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json %%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json %%DATADIR%%/plugins/textmate/lib/textmate.jar %%DATADIR%%/plugins/uml/lib/uml-support.jar %%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar %%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar %%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar %%DATADIR%%/plugins/xpath/lib/xpath.jar %%DATADIR%%/product-info.json bin/datagrip man/man1/datagrip.1.gz share/applications/datagrip.desktop