fork
This commit is contained in:
commit
6f2b105ca0
595 changed files with 78405 additions and 0 deletions
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)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue