Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisit #50 #65

Closed
Ingramz opened this issue Jan 11, 2017 · 0 comments
Closed

Revisit #50 #65

Ingramz opened this issue Jan 11, 2017 · 0 comments
Assignees
Labels
enhancement Request for a new feature.

Comments

@Ingramz
Copy link
Collaborator

Ingramz commented Jan 11, 2017

See that the following example would highlight with invalid.illegal scope.
Like it is done here:

{{--<?php echo $this->anchor; ?>--}}
{{-- @foreach($bla) --}}

Case 1:

<form name="bt_filter" method="get" action="{{--<?php echo $this->anchor; ?>--}}">
<form name="bt_filter" method="get" action="{{--@foreach($bla)--}}">

Case 2:

<script type="text/javascript">
  {{--
@foreach($bla)
<?php echo $this->anchor; ?>
  --}}
</script>
@Ingramz Ingramz added the enhancement Request for a new feature. label Jan 11, 2017
@Ingramz Ingramz self-assigned this Jan 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant