https://github.com/nm-l2tp/network-manager-l2tp
https://github.com/libreswan/libreswan
sudo apt-get install build-essential intltool libgtk-3-dev libsecret-1-dev
| " Override the default @Spell on strings via after syntax. | |
| " The lines are 100% the original ones, just changing @Spell by @NoSpell | |
| " Maybe this can be done simpler, but it's easier to just keep a copy | |
| " of the original php.vim code and perform the replacement to @NoSpell. | |
| if (exists("php_parent_error_open") && php_parent_error_open) | |
| syn region phpStringDouble matchgroup=phpStringDelimiter start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=@NoSpell,@phpAddStrings,phpIdentifier,phpSpecialChar,phpIdentifierSimply,phpIdentifierComplex,phpStrEsc contained keepend | |
| syn region phpBacktick matchgroup=phpStringDelimiter start=+`+ skip=+\\\\\|\\"+ end=+`+ contains=@NoSpell,@phpAddStrings,phpIdentifier,phpSpecialChar,phpIdentifierSimply,phpIdentifierComplex,phpStrEsc contained keepend | |
| syn region phpStringSingle matchgroup=phpStringDelimiter start=+'+ skip=+\\\\\|\\'+ end=+'+ contains=@NoSpell,@phpAddStrings,phpStrEsc contained keepend | |
| else | |
| syn region phpStringDouble matchgroup=phpStringDelimiter start=+"+ skip=+\\\\ |
| image: moodlehq/moodle-php-apache:7.0 | |
| services: | |
| - mysql:latest | |
| cache: | |
| paths: | |
| - $HOME/.composer/cache | |
| variables: |
https://github.com/nm-l2tp/network-manager-l2tp
https://github.com/libreswan/libreswan
sudo apt-get install build-essential intltool libgtk-3-dev libsecret-1-dev
| UseCanonicalName Off | |
| <VirtualHost *:80> | |
| ServerAdmin [email protected] | |
| ServerAlias *.example.com | |
| VirtualDocumentRoot /var/www/%1/public | |
| DirectoryIndex index.php index.htm index.html | |
| <Directory /var/www/*/public/> | |
| AllowOverride All | |
| </Directory> |