Skip to content

Commit

Permalink
Open Vue, Ember and Svelte template or component files Web Source Cod…
Browse files Browse the repository at this point in the history
…e scheme.
  • Loading branch information
zufuliu committed May 15, 2024
1 parent 12b95b6 commit 36cbed2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions doc/FileExt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ Web Source Code
aspx Active Server Page Extended File
jsp Java Server Page
rhtml ERB, HTML with embedded Ruby
vue Vue Single-File Components, https://vuejs.org/guide/scaling-up/sfc.html
hbs Ember Template, https://guides.emberjs.com/release/components/
svelte Svelte Template, https://svelte.dev/docs/introduction
mht MHTML Web Archive
htd Adobe ExtendScript HTML file
htt Hypertext Template File
Expand Down Expand Up @@ -276,7 +279,7 @@ Diff File

Fortran Source
f
for
for https://gcc.gnu.org/onlinedocs/gfortran/GNU-Fortran-and-GCC.html
ftn
fpp
f90
Expand All @@ -287,7 +290,7 @@ Fortran Source
f77
f2k
hf
cuf
cuf CUDA Fortran, https://github.com/llvm/llvm-project/blob/main/flang/lib/Frontend/FrontendOptions.cpp

F# Source
fs
Expand Down
2 changes: 1 addition & 1 deletion src/EditLexers/stlHTML.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ EDITLEXER lexHTML = {
0, 0,
//Settings--Autogenerated -- end of section automatically generated
EDITLEXER_HOLE(L"Web Source Code", Styles_HTML),
L"html; htm; shtml; xhtml; asp; aspx; jsp; rhtml; mht; htd; htt; hta; htc; cfm; tpl; jd",
L"html; htm; shtml; xhtml; asp; aspx; jsp; rhtml; vue; hbs; svelte; mht; htd; htt; hta; htc; cfm; tpl; jd",
&Keywords_HTML,
Styles_HTML
};

0 comments on commit 36cbed2

Please sign in to comment.