Skip to content

Commit ba16d53

Browse files
committed
add gdscript support
1 parent 8c08291 commit ba16d53

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

highlight/lib/languages/all.dart

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ import 'fsharp.dart';
6161
import 'gams.dart';
6262
import 'gauss.dart';
6363
import 'gcode.dart';
64+
import 'gdscript.dart';
6465
import 'gherkin.dart';
6566
import 'glsl.dart';
6667
import 'gml.dart';
@@ -258,6 +259,7 @@ final builtinLanguages = {
258259
'gams': gams,
259260
'gauss': gauss,
260261
'gcode': gcode,
262+
'gdscript': gdscript,
261263
'gherkin': gherkin,
262264
'glsl': glsl,
263265
'gml': gml,

highlight/lib/languages/gdscript.dart

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)