src/Tools/jEdit/src/modes/sml.xml
author wenzelm
Sun, 13 Dec 2020 16:35:37 +0100
changeset 72900 c9813630cca4
parent 62909 5024d0c48e02
child 73659 af82097b4adc
permissions -rw-r--r--
clarified signature: more explicit types;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
56277
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
     2
<!DOCTYPE MODE SYSTEM "xmode.dtd">
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
     3
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
     4
<!-- Standard ML mode -->
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
     5
<MODE>
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
     6
  <PROPS>
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
     7
    <PROPERTY NAME="commentStart" VALUE="(*"/>
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
     8
    <PROPERTY NAME="commentEnd" VALUE="*)"/>
62909
5024d0c48e02 clarified word syntax: "." is separator or delimiter;
wenzelm
parents: 56277
diff changeset
     9
    <PROPERTY NAME="noWordSep" VALUE="_'"/>
56277
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
    10
    <PROPERTY NAME="unalignedOpenBrackets" VALUE="{[(«‹⟨⌈⌊⦇⟦⦃" />
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
    11
    <PROPERTY NAME="unalignedCloseBrackets" VALUE="⦄⟧⦈⌋⌉⟩›»)]}" />
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
    12
    <PROPERTY NAME="tabSize" VALUE="2" />
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
    13
    <PROPERTY NAME="indentSize" VALUE="2" />
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
    14
  </PROPS>
c4f75e733812 separate "sml" mode, suppress old "ml" mode altogether;
wenzelm
parents:
diff changeset
    15
</MODE>