Skip to content

Commit a4d0b92

Browse files
author
Barreto
committed
Complete development with corrected automaton
0 parents  commit a4d0b92

60 files changed

Lines changed: 3192 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4+
<classpathentry kind="src" path="src"/>
5+
<classpathentry kind="output" path="out/production/brackets-language-validator"/>
6+
</classpath>

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.metadata/.lock

Whitespace-only changes.

.metadata/.log

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
!SESSION 2019-09-07 07:53:40.937 -----------------------------------------------
2+
eclipse.buildId=4.12.0.I20190605-1800
3+
java.version=1.8.0_161
4+
java.vendor=Oracle Corporation
5+
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=pt_BR
6+
Framework arguments: -product org.eclipse.epp.package.java.product
7+
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product
8+
9+
!ENTRY org.eclipse.egit.core 1 0 2019-09-07 08:15:31.738
10+
!MESSAGE Using Apache MINA sshd as ssh client.
11+
12+
!ENTRY org.eclipse.egit.ui 2 0 2019-09-07 08:16:53.916
13+
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
14+
user global configuration and to define the default location to store repositories: 'C:\Users\Barretowisk'. If this is
15+
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
16+
EGit might behave differently since they see different configuration options.
17+
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
71 Bytes
Binary file not shown.

.metadata/.mylyn/.taskListIndex/write.lock

Whitespace-only changes.
565 Bytes
Binary file not shown.

.metadata/.mylyn/tasks.xml.zip

235 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)