fix build under newer KConfig by bump cmake min version
This commit is contained in:
21
3rdparty/lexilla540/lexilla/test/examples/hypertext/x.asp
vendored
Normal file
21
3rdparty/lexilla540/lexilla/test/examples/hypertext/x.asp
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
<%@language=javas%>
|
||||
<%
|
||||
#include
|
||||
serve x;
|
||||
function x() {
|
||||
}
|
||||
%>
|
||||
<%@language=vbscript%>
|
||||
<%
|
||||
sub x 'comment
|
||||
peek 1024
|
||||
%>
|
||||
<!-- Folding for Python is incorrect. See #235. -->
|
||||
<%@language=python%>
|
||||
<%
|
||||
import random
|
||||
x = 'comment'
|
||||
parse "x=8"
|
||||
%>
|
||||
<head>
|
||||
<body></body>
|
Reference in New Issue
Block a user