Commit Graph

5 Commits

Author SHA1 Message Date
Koivulehto
c953f7773d Fixes for gdscript syntax checking (#7)
* Fixed the typo in the folder name configrations

Now the name is configurations. All the code
referencing the folder has also been updated.

* Updated deprecated variables

* Demonstration of current diagnostics issues

All the lines that get a complaint from diagnostics are marked
with #in 0.2.2 and a short explanation whether the complaint is valid
or not.

* Enabled syntax highlighting for comments

Now comments have a different colour compared to variables. Found it
unclear which file controls syntax so edited both
GDScript.full.tmLanguage.json and GDScript.tmLanguage.json. In addition
renamed test_files directory to be clearer and started working on
diagnostic.ts to fix false positives in syntax highglighting.

* Fixed checking comments for syntax

Now comments are not checked for syntax. This was achieved by excluding
comments from being parsed. In addition made it so that syntax check no
longer complains about empty lines having wrong indentation.

* Wrong committer details on previous commits

This commit should have the correct details.

* Added a comment explaining how nextline is parsed

* Reverted changes in symbolparser.ts

Also made minor additions to test_files.
2017-02-26 11:53:35 +08:00
geequlim
782aaa3abe Cleanup 2017-02-25 21:02:21 +08:00
Geequlim
ec07cb51e8 builtin class/constants/symbols highlight support
multiline string and StringName highlight support
2016-12-28 16:16:26 +08:00
Geequlim
50b81b115f Replace syntax highlight from sublime to atom
Add icon
Release 0.1.1
2016-12-28 13:18:34 +08:00
Geequlim
7285be21d2 Setup VSCode plugin 2016-12-11 22:45:31 +08:00