Skip to content

Commit

Permalink
add gdscript support
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiongmax committed Oct 3, 2021
1 parent 8c08291 commit ba16d53
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions highlight/lib/languages/all.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ import 'fsharp.dart';
import 'gams.dart';
import 'gauss.dart';
import 'gcode.dart';
import 'gdscript.dart';
import 'gherkin.dart';
import 'glsl.dart';
import 'gml.dart';
Expand Down Expand Up @@ -258,6 +259,7 @@ final builtinLanguages = {
'gams': gams,
'gauss': gauss,
'gcode': gcode,
'gdscript': gdscript,
'gherkin': gherkin,
'glsl': glsl,
'gml': gml,
Expand Down
27 changes: 27 additions & 0 deletions highlight/lib/languages/gdscript.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba16d53

Please sign in to comment.