This commit is contained in:
root
2019-08-30 19:30:19 +02:00
commit 6f2b105ca0
595 changed files with 78405 additions and 0 deletions

24
langs/ilogic/ilogic.txt Normal file
View File

@ -0,0 +1,24 @@
### INVENTOR ILOGIC LANGUAGE ###
# ELEMENT_NAME [optional-css-class] REGULAR_EXPRESSION
NAME Inventor iLogic
VERSION 1.7.30
COMMENT (?default)|('.*?$)
STRING (?default)
KEYWORD (\b\w+\b)\.(?=[a-z])|((?<![^\s])\b\w+\b(?=\s*\())
STATEMENT \b(?alt:statement.txt)\b
#Not used since keyword matches well
#RESERVED (?default)|\b(?alt:reserved.txt)\b
TYPE (?default)|\b(?alt:type.txt)\b
MODIFIER (?default)|\b(?alt:modifier.txt)\b
SPECIAL:CONSTANT \b(?alt:special.txt)\b
ENTITY (?default)
VARIABLE (?default)
IDENTIFIER (?default)
CONSTANT (?default)
OPERATOR (?default)|\b(?alt:operator.txt)\b
SYMBOL (?default)

View File

10
langs/ilogic/operator.txt Normal file
View File

@ -0,0 +1,10 @@
^
Mod
<>
and
or
andalso
orelse
not
is
isnot

39
langs/ilogic/reserved.txt Normal file
View File

@ -0,0 +1,39 @@
/*# Main functions
Parameter
MultiValue
GoExcel
iLogicVb
Feature
Component
ThisDoc
MakePath
# Sub functions
SetList
SetValueOptions
List
CellValues
FindValue
Param
Tolerance
SetListInComponent
ValueForEquals
Quiet
UpdateAfterChange
Automation
Document
SetThread
IsActive
Color
ThreadDesignation
ThreadClass
ThreadType
Replace
ReplaceiPart
Color
Visible
SkipDocumentSave
iProperties
Value
StylesInEnglish
*/

10
langs/ilogic/special.txt Normal file
View File

@ -0,0 +1,10 @@
dim
as
addvbrule
addreference
addvbfile
addresources
on
off
ilogicoption
doubleforequals

View File

@ -0,0 +1,18 @@
select
case
else
end
while
sub
main
exit
return
class
thisrule
if
then
for
each
next
continue
break

6
langs/ilogic/type.txt Normal file
View File

@ -0,0 +1,6 @@
string
double
integer
string
object
arraylist