play around with Scintilla and Lexilla
This commit is contained in:
44
3rdparty/lexilla532/lexilla/test/examples/hypertext/SciTE.properties
vendored
Normal file
44
3rdparty/lexilla532/lexilla/test/examples/hypertext/SciTE.properties
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
lexer.*=hypertext
|
||||
# Tags and attributes
|
||||
keywords.*=b br body content encoding head href html img language li link meta \
|
||||
name p rel runat script src strong title type ul version xml xmlns
|
||||
# JavaScript
|
||||
keywords2.*=function var
|
||||
# Basic
|
||||
keywords3.*=dim sub
|
||||
# Python
|
||||
keywords4.*=import pass
|
||||
# PHP
|
||||
keywords5.*=echo __file__ __line__
|
||||
# SGML
|
||||
keywords6.*=ELEMENT
|
||||
|
||||
# Tag
|
||||
substyles.hypertext.1=1
|
||||
substylewords.1.1.*=destination
|
||||
# Attribute
|
||||
substyles.hypertext.3=1
|
||||
substylewords.3.1.*=from img.height img.width
|
||||
# JavaScript
|
||||
substyles.hypertext.46=1
|
||||
substylewords.46.1.*=let
|
||||
# Server JavaScript
|
||||
substyles.hypertext.61=1
|
||||
substylewords.61.1.*=serve
|
||||
# Basic
|
||||
substyles.hypertext.74=1
|
||||
substylewords.74.1.*=peek
|
||||
# Python
|
||||
substyles.hypertext.96=1
|
||||
substylewords.96.1.*=parse
|
||||
# PHP
|
||||
substyles.hypertext.121=1
|
||||
substylewords.121.1.*=decrypt
|
||||
|
||||
fold=1
|
||||
fold.html=1
|
||||
fold.html.preprocessor=1
|
||||
fold.hypertext.comment=1
|
||||
|
||||
match mako.html
|
||||
lexer.html.mako=1
|
Reference in New Issue
Block a user