fork
This commit is contained in:
18
langs/ini/ini.txt
Normal file
18
langs/ini/ini.txt
Normal file
@ -0,0 +1,18 @@
|
||||
### INI LANGUAGE ###
|
||||
|
||||
# ELEMENT_NAME [optional-css-class] REGULAR_EXPRESSION
|
||||
|
||||
NAME INI
|
||||
VERSION 1.0.0
|
||||
|
||||
COMMENT (;.*?$)
|
||||
STRING (?default)
|
||||
|
||||
SECTION:ENTITY \[[^\]]+\]
|
||||
|
||||
VARIABLE \w+(?=\s*=)
|
||||
IDENTIFIER (?default)
|
||||
CONSTANT (?default)
|
||||
OPERATOR (?default)
|
||||
SYMBOL (?default)
|
||||
|
Reference in New Issue
Block a user