File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ vim9script
3
3
# Vim functions for file type detection
4
4
#
5
5
# Maintainer: The Vim Project <https://github.com/vim/vim>
6
- # Last Change: 2025 Jan 08
6
+ # Last Change: 2025 Jan 11
7
7
# Former Maintainer: Bram Moolenaar
<[email protected] >
8
8
9
9
# These functions are moved here from runtime /filetype .vim to make startup
@@ -437,7 +437,7 @@ export def FThtml()
437
437
438
438
while n < 40 && n <= line (" $" )
439
439
# Check for Angular
440
- if getline (n ) = ~ ' @\(if\|for\|defer\|switch\)\|\*\(ngIf\|ngFor\|ngSwitch\|ngTemplateOutlet\)\|ng-template\|ng-content\|{{.*}} '
440
+ if getline (n ) = ~ ' @\(if\|for\|defer\|switch\)\|\*\(ngIf\|ngFor\|ngSwitch\|ngTemplateOutlet\)\|ng-template\|ng-content'
441
441
setf htmlangular
442
442
return
443
443
endif
You can’t perform that action at this time.
0 commit comments