include: Lets vim know about the files that are included and extended
define: Allows you to use [<C-d> to jump to the definition of a
section or stack. Example: using it on @section('content') would jump
to @yield('content') (looks through included files)
added 'commentstring' and 'comments' options
added support for matchit.vim (Notice the blade directives that aren't in
the syntax/indent files yet, I'll probably add them soon. I'm currently experimenting
with support for custom blade directives.)
[<C-d>
to jump to the definition of a section or stack. Example: using it on@section('content')
would jump to@yield('content')
(looks through included files)