Skip to content

Commit

Permalink
Add license
Browse files Browse the repository at this point in the history
  • Loading branch information
sungshik committed Nov 11, 2024
1 parent 546703e commit 202574c
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions rascal-textmate-core/rascal_style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@
<isMultiLine>true</isMultiLine>
</rascal_style>
<tmgrammar_test_style>
<firstLine># ------------------------------------------------------------------------------</firstLine>
<beforeEachLine># </beforeEachLine>
<endLine># ------------------------------------------------------------------------------</endLine>
<!-- <afterEachLine></afterEachLine> -->
<skipLine># SYNTAX TEST .*$</skipLine>
<firstLineDetectionPattern># ------------------------------------------------------------------------------$</firstLineDetectionPattern>
<lastLineDetectionPattern># ------------------------------------------------------------------------------$</lastLineDetectionPattern>
<allowBlankLines>true</allowBlankLines>
<isMultiLine>true</isMultiLine>
<!-- <multiLine>true</multiLine> -->
<!-- <padLines>false</padLines> -->
<firstLine># ------------------------------------------------------------------------------</firstLine>
<beforeEachLine># </beforeEachLine>
<endLine># ------------------------------------------------------------------------------</endLine>
<skipLine># SYNTAX TEST .*$</skipLine>
<firstLineDetectionPattern># ------------------------------------------------------------------------------$</firstLineDetectionPattern>
<lastLineDetectionPattern># ------------------------------------------------------------------------------$</lastLineDetectionPattern>
<allowBlankLines>true</allowBlankLines>
<isMultiLine>true</isMultiLine>
</tmgrammar_test_style>
</additionalHeaders>

0 comments on commit 202574c

Please sign in to comment.