initial commit

This commit is contained in:
root
2023-06-12 09:14:09 +02:00
commit b4912f303e
2545 changed files with 209350 additions and 0 deletions

33
tools/qed/syntax/mup.syn Normal file
View File

@@ -0,0 +1,33 @@
;********************************************************
[bash/Mupfel script]
;********************************************************
Txttype = "mup"
Active = TRUE
CaseSensitive = TRUE
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
<Comment>
From = "#"
To = EOL
(Color2)
Attribs = LIGHT
(Color16)
Color = 11
Selcolor = 3
(Color256)
Color = 11
Selcolor = 3
<Keywords>
Keyword = "break","case","done","do","export","elif","else","esac","exit"
Keyword = "function","for","fi","if","in","return","select","then","until"
Keyword = "while"
Keyword = "."
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD