-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeson.build.syntax
46 lines (41 loc) · 2.02 KB
/
meson.build.syntax
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
########################################################################
## Syntax highlighting for MESON build file ##
## (for MC Editor) ##
## ##
## Version: 0.0.1 ##
## ##
## Author: Maxim Zhukov <mzhukov31415dev@gmail.com> 2019+ ##
## ##
## ToDo: ##
## ~ A LOT! ##
## ~ ... ##
## ##
## History: ##
## ~ v0.0.1 [2019-05-05] --- First working version. ##
## ##
########################################################################
caseinsensitive
context default lightgray base base
spellcheck
keyword [ red base bold
keyword ] red base bold
keyword { yellow base bold
keyword } yellow base bold
keyword : yellow base base
keyword , yellow base base
keyword . yellow base base
keyword whole false rgb404 base bold
keyword whole true rgb141 base bold
keyword whole null rgb440 base bold
context " " green base base
keyword whole false rgb404 base bold
keyword whole true rgb141 base bold
keyword whole null rgb440 base bold
spellcheck
context ' ' brightgreen base base
keyword whole false rgb404 base bold
keyword whole true rgb141 base bold
keyword whole null rgb440 base bold
spellcheck
context linestart # \n rgb550 gray4 bold
spellcheck