summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/arabic.h
blob: 2cb760eb46b015b8a0d5e50b3f03a5460543e283 (plain)
1
2
3
4
5
6
7
#pragma once

#include <stdbool.h>

#define ARABIC_CHAR(ch)            (((ch) & 0xFF00) == 0x0600)

#include "arabic.h.generated.h"