neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

arabic.h (132B)


      1 #pragma once
      2 
      3 #include <stdbool.h>
      4 
      5 #define ARABIC_CHAR(ch)            (((ch) & 0xFF00) == 0x0600)
      6 
      7 #include "arabic.h.generated.h"