Fix modules usage
This commit is contained in:
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -1,12 +1,16 @@
|
||||
[submodule "libs/tree-sitter-c"]
|
||||
path = libs/tree-sitter-c
|
||||
url = https://github.com/tree-sitter/tree-sitter-c
|
||||
url = https://github.com/tree-sitter/tree-sitter-c
|
||||
ignore = dirty
|
||||
[submodule "libs/tree-sitter"]
|
||||
path = libs/tree-sitter
|
||||
url = https://github.com/tree-sitter/tree-sitter.git
|
||||
url = https://github.com/tree-sitter/tree-sitter.git
|
||||
ignore = dirty
|
||||
[submodule "libs/tree-sitter-ruby"]
|
||||
path = libs/tree-sitter-ruby
|
||||
url = https://github.com/tree-sitter/tree-sitter-ruby.git
|
||||
url = https://github.com/tree-sitter/tree-sitter-ruby.git
|
||||
ignore = dirty
|
||||
[submodule "libs/libgrapheme"]
|
||||
path = libs/libgrapheme
|
||||
url = https://git.suckless.org/libgrapheme
|
||||
url = https://git.suckless.org/libgrapheme
|
||||
ignore = dirty
|
||||
|
@@ -1,9 +1,9 @@
|
||||
#include "helper_functions.h"
|
||||
#include "../libs/libgrapheme/grapheme.h"
|
||||
#include "../libs/unicode_width/unicode_width.h"
|
||||
#include "editor.h"
|
||||
#include "node.h"
|
||||
#include "snake.h"
|
||||
#include <grapheme.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user