fork
This commit is contained in:
24
langs/ilogic/ilogic.txt
Normal file
24
langs/ilogic/ilogic.txt
Normal 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)
|
0
langs/ilogic/modifier.txt
Normal file
0
langs/ilogic/modifier.txt
Normal file
10
langs/ilogic/operator.txt
Normal file
10
langs/ilogic/operator.txt
Normal file
@ -0,0 +1,10 @@
|
||||
^
|
||||
Mod
|
||||
<>
|
||||
and
|
||||
or
|
||||
andalso
|
||||
orelse
|
||||
not
|
||||
is
|
||||
isnot
|
39
langs/ilogic/reserved.txt
Normal file
39
langs/ilogic/reserved.txt
Normal 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
10
langs/ilogic/special.txt
Normal file
@ -0,0 +1,10 @@
|
||||
dim
|
||||
as
|
||||
addvbrule
|
||||
addreference
|
||||
addvbfile
|
||||
addresources
|
||||
on
|
||||
off
|
||||
ilogicoption
|
||||
doubleforequals
|
18
langs/ilogic/statement.txt
Normal file
18
langs/ilogic/statement.txt
Normal 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
6
langs/ilogic/type.txt
Normal file
@ -0,0 +1,6 @@
|
||||
string
|
||||
double
|
||||
integer
|
||||
string
|
||||
object
|
||||
arraylist
|
Reference in New Issue
Block a user