Skip to content

Commit

Permalink
Update built-in file extension list, add Qt Installer Framework Scrip…
Browse files Browse the repository at this point in the history
…t (.qs).
  • Loading branch information
zufuliu committed Dec 28, 2018
1 parent 8d2a09f commit 3fe7b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/FileExt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ JavaScript
js
jse JScript Encoded File
jsm JavaScript Module
qs Qt Installer Framework Script

JSON Document
json
Expand Down
2 changes: 1 addition & 1 deletion src/EditLexers/stlJavaScript.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static EDITSTYLE Styles_JS[] = {
EDITLEXER lexJS = {
SCLEX_CPP, NP2LEX_JS,
EDITLEXER_HOLE(L"JavaScript", Styles_JS),
L"js; jse; jsm",
L"js; jse; jsm; qs",
&Keywords_JS,
Styles_JS
};
Expand Down

0 comments on commit 3fe7b1d

Please sign in to comment.