diff options
author | lefp | 2023-06-10 15:27:46 +0000 |
---|---|---|
committer | GitHub | 2023-06-10 15:27:46 +0000 |
commit | a197ce869a208739107617af833dc6494c510514 (patch) | |
tree | f90ab40a26bc5924055df62b01f8db7a6ab2c2fe | |
parent | a981a2525d5b5cf9301c71cc54197bdc9f7b0f96 (diff) |
Add Fortran comment injections (#7305)
-rw-r--r-- | runtime/queries/fortran/injections.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/queries/fortran/injections.scm b/runtime/queries/fortran/injections.scm new file mode 100644 index 00000000..2f0e58eb --- /dev/null +++ b/runtime/queries/fortran/injections.scm @@ -0,0 +1,2 @@ +((comment) @injection.content + (#set! injection.language "comment")) |